From: Markus Volk Date: Wed, 16 Mar 2022 17:07:09 +0000 (+0100) Subject: wayland: provide wayland-client-native and wayland-protocols-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a7551997285ce4f9568353870d5c4e76e93d95;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wayland: provide wayland-client-native and wayland-protocols-native Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb index 074801b22d4..92ba2961656 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb @@ -21,3 +21,6 @@ EXTRA_OEMESON += "-Dtests=false" PACKAGES = "${PN}" FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" + +BBCLASSEXTEND = "native nativesdk" + diff --git a/meta/recipes-graphics/wayland/wayland_1.20.0.bb b/meta/recipes-graphics/wayland/wayland_1.20.0.bb index e8636eb11bd..bd437767b21 100644 --- a/meta/recipes-graphics/wayland/wayland_1.20.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.20.0.bb @@ -27,7 +27,7 @@ PACKAGECONFIG ??= "dtd-validation" PACKAGECONFIG[dtd-validation] = "-Ddtd_validation=true,-Ddtd_validation=false,libxml2,," EXTRA_OEMESON = "-Ddocumentation=false" -EXTRA_OEMESON:class-native = "-Ddocumentation=false -Dlibraries=false" +EXTRA_OEMESON:class-native = "-Ddocumentation=false" # Wayland installs a M4 macro for other projects to use, which uses the target # pkg-config to find files. Replace pkg-config with pkg-config-native.