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

git at git.openembedded.org git at git.openembedded.org
Sat Sep 5 05:30:11 UTC 2015


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

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