From: Joe Slater Date: Thu, 3 Sep 2015 21:08:02 +0000 (-0700) Subject: libinput: avoid --enable-event-gui=auto X-Git-Tag: 2015-10~541 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d80babce1ed23f647d118ad4ce3860c0e9f6fec2;p=openembedded-core.git libinput: avoid --enable-event-gui=auto Specify a value via PACKAGECONFIG[gui]. The default is --diable-event-gui. Signed-off-by: Richard Purdie --- 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"