[OE-core] [oe-core][PATCH 1/1] libinput: avoid --enable-event-gui=auto
Joe Slater
jslater at windriver.com
Thu Sep 3 21:08:02 UTC 2015
Specify a value via PACKAGECONFIG[gui]. The default is
--diable-event-gui.
---
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"
--
1.7.9.5
More information about the Openembedded-core
mailing list