diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/libinput_0.18.0.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_0.18.0.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_0.18.0.bb b/meta/recipes-graphics/wayland/libinput_0.18.0.bb index 0fe1c6c59b..8e8e6a7c41 100644 --- a/meta/recipes-graphics/wayland/libinput_0.18.0.bb +++ b/meta/recipes-graphics/wayland/libinput_0.18.0.bb | |||
@@ -7,11 +7,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2184aef38ff137ed33ce9a63b9d1eb8f" | |||
7 | 7 | ||
8 | DEPENDS = "libevdev udev mtdev" | 8 | DEPENDS = "libevdev udev mtdev" |
9 | 9 | ||
10 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz" | 10 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \ |
11 | file://libinput-configure.ac-add-arg-with-libunwind.patch \ | ||
12 | " | ||
11 | SRC_URI[md5sum] = "0ddbb0d53d58dec0a86de6791560011a" | 13 | SRC_URI[md5sum] = "0ddbb0d53d58dec0a86de6791560011a" |
12 | SRC_URI[sha256sum] = "64a70f96bab17a22eaf2fd7af17cf83def3388374096c7623be9448f62808cda" | 14 | SRC_URI[sha256sum] = "64a70f96bab17a22eaf2fd7af17cf83def3388374096c7623be9448f62808cda" |
13 | 15 | ||
14 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
15 | 17 | ||
18 | PACKAGECONFIG ??= "" | ||
19 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" | ||
20 | |||
16 | FILES_${PN} += "${libdir}/udev/" | 21 | FILES_${PN} += "${libdir}/udev/" |
17 | FILES_${PN}-dbg += "${libdir}/udev/.debug" | 22 | FILES_${PN}-dbg += "${libdir}/udev/.debug" |