summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2015-09-03 14:08:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-06 15:24:27 +0100
commitd80babce1ed23f647d118ad4ce3860c0e9f6fec2 (patch)
tree26861f0e4cd9c8865866ed631021ce21e337ced2
parent95c183d8afa7924a7995363ef2b8b39e14a87ed0 (diff)
downloadopenembedded-core-contrib-d80babce1ed23f647d118ad4ce3860c0e9f6fec2.tar.gz
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@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/wayland/libinput_0.21.0.bb1
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
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"