From: Joe Slater Date: Thu, 3 Sep 2015 21:08:02 +0000 (-0700) Subject: libinput: avoid --enable-event-gui=auto X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29054 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80babce1ed23f647d118ad4ce3860c0e9f6fec2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 d51fb372d71..ac5a2498254 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"