diff options
author | Joe Slater <jslater@windriver.com> | 2015-09-03 14:08:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-06 15:26:27 +0100 |
commit | 3bafddbadf92dd25fb4e224d62e41e9f9c37b72f (patch) | |
tree | 5224fd3d2dc672127e0ae36ca9a00c8c44574f6f /meta | |
parent | afcd243d743df12e1bda7153ffdbaf08125f617e (diff) | |
download | poky-3bafddbadf92dd25fb4e224d62e41e9f9c37b72f.tar.gz |
libinput: avoid --enable-event-gui=auto
Specify a value via PACKAGECONFIG[gui]. The default is
--diable-event-gui.
(From OE-Core rev: d80babce1ed23f647d118ad4ce3860c0e9f6fec2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/libinput_0.21.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/libinput_0.21.0.bb b/meta/recipes-graphics/wayland/libinput_0.21.0.bb index d51fb372d7..ac5a249825 100644 --- a/meta/recipes-graphics/wayland/libinput_0.21.0.bb +++ b/meta/recipes-graphics/wayland/libinput_0.21.0.bb | |||
@@ -18,6 +18,7 @@ inherit autotools pkgconfig | |||
18 | 18 | ||
19 | PACKAGECONFIG ??= "" | 19 | PACKAGECONFIG ??= "" |
20 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" | 20 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" |
21 | PACKAGECONFIG[gui] = "--enable-event-gui,--disable-event-gui,cairo gtk+3" | ||
21 | 22 | ||
22 | FILES_${PN} += "${libdir}/udev/" | 23 | FILES_${PN} += "${libdir}/udev/" |
23 | FILES_${PN}-dbg += "${libdir}/udev/.debug" | 24 | FILES_${PN}-dbg += "${libdir}/udev/.debug" |