From d80babce1ed23f647d118ad4ce3860c0e9f6fec2 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Thu, 3 Sep 2015 14:08:02 -0700 Subject: libinput: avoid --enable-event-gui=auto Specify a value via PACKAGECONFIG[gui]. The default is --diable-event-gui. Signed-off-by: Richard Purdie --- 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 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" -- cgit 1.2.3-korg