[OE-core] [PATCH v2] libinput: Enable gui PACKAGECONFIG by default

Alistair Francis Alistair.Francis at wdc.com
Thu Jan 10 19:51:30 UTC 2019


Most users are going to be using libinput with some sort of display, so
enable gui in the PACKAGECONFIG by default.

Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
---
 meta/recipes-graphics/wayland/libinput_1.12.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/libinput_1.12.3.bb b/meta/recipes-graphics/wayland/libinput_1.12.3.bb
index 3d1ab59309..d3f34c5040 100644
--- a/meta/recipes-graphics/wayland/libinput_1.12.3.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.12.3.bb
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "f266ff861a2e7a97e1402c4345e3547b900efde68adbd40e56403e2617
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
 inherit meson pkgconfig lib_package
 
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "gui"
 PACKAGECONFIG[libwacom] = "-Dlibwacom=true,-Dlibwacom=false,libwacom"
 PACKAGECONFIG[gui] = "-Ddebug-gui=true,-Ddebug-gui=false,cairo gtk+3"
 
-- 
2.19.1



More information about the Openembedded-core mailing list