[oe-commits] Joe Slater : libinput: avoid --enable-event-gui=auto

git at git.openembedded.org git at git.openembedded.org
Sun Sep 6 14:27:16 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: d80babce1ed23f647d118ad4ce3860c0e9f6fec2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d80babce1ed23f647d118ad4ce3860c0e9f6fec2

Author: Joe Slater <jslater at windriver.com>
Date:   Thu Sep  3 14:08:02 2015 -0700

libinput: avoid --enable-event-gui=auto

Specify a value via PACKAGECONFIG[gui].  The default is
--diable-event-gui.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/wayland/libinput_0.21.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/wayland/libinput_0.21.0.bb b/meta/recipes-graphics/wayland/libinput_0.21.0.bb
index d51fb37..ac5a249 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
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind"
+PACKAGECONFIG[gui] = "--enable-event-gui,--disable-event-gui,cairo gtk+3"
 
 FILES_${PN} += "${libdir}/udev/"
 FILES_${PN}-dbg += "${libdir}/udev/.debug"



More information about the Openembedded-commits mailing list