]> code.ossystems Code Review - openembedded-core.git/commitdiff
libinput: avoid --enable-event-gui=auto
authorJoe Slater <jslater@windriver.com>
Thu, 3 Sep 2015 21:08:02 +0000 (14:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Sep 2015 14:24:27 +0000 (15:24 +0100)
Specify a value via PACKAGECONFIG[gui].  The default is
--diable-event-gui.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/libinput_0.21.0.bb

index d51fb372d710eea0c4b9597074cf77ff9aebf0dd..ac5a2498254a317110a0f26785c2e021f19b7bec 100644 (file)
@@ -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"