Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | SUMMARY = "Library to handle input devices in Wayland compositors" |
| 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/" |
| 3 | SECTION = "libs" |
| 4 | |
| 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2184aef38ff137ed33ce9a63b9d1eb8f" |
| 7 | |
| 8 | DEPENDS = "libevdev udev mtdev" |
| 9 | |
| 10 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \ |
| 11 | file://touchpad-serial-synaptics-need-to-fake-new-touches-on-TRIPLETAP.patch \ |
| 12 | " |
| 13 | SRC_URI[md5sum] = "0945318141c1a9f52857bbf65d175f32" |
| 14 | SRC_URI[sha256sum] = "302cb76209b9c57a5a318e178f9bc446eede8ea79386103b5291cbfaa5fab5b6" |
| 15 | |
| 16 | inherit autotools pkgconfig |
| 17 | |
| 18 | PACKAGECONFIG ??= "" |
| 19 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" |
| 20 | PACKAGECONFIG[gui] = "--enable-event-gui,--disable-event-gui,cairo gtk+3" |
| 21 | |
| 22 | FILES_${PN} += "${libdir}/udev/" |