diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-03-16 18:07:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-17 16:44:33 +0000 |
commit | 8969f056bec48b95b4a6fb63fa281729efbe0cc7 (patch) | |
tree | f03b30c96d4423aaf1a124bcd727fb1edef60775 /meta/recipes-graphics | |
parent | 926173678d86a6b9abead2442ff26bcb7187cefc (diff) | |
download | poky-8969f056bec48b95b4a6fb63fa281729efbe0cc7.tar.gz |
wayland: provide wayland-client-native and wayland-protocols-native
(From OE-Core rev: 08a7551997285ce4f9568353870d5c4e76e93d95)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland-protocols_1.25.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.20.0.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb index 074801b22d..92ba296165 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" | |||
21 | 21 | ||
22 | PACKAGES = "${PN}" | 22 | PACKAGES = "${PN}" |
23 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" | 23 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" |
24 | |||
25 | BBCLASSEXTEND = "native nativesdk" | ||
26 | |||
diff --git a/meta/recipes-graphics/wayland/wayland_1.20.0.bb b/meta/recipes-graphics/wayland/wayland_1.20.0.bb index e8636eb11b..bd437767b2 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" | |||
27 | PACKAGECONFIG[dtd-validation] = "-Ddtd_validation=true,-Ddtd_validation=false,libxml2,," | 27 | PACKAGECONFIG[dtd-validation] = "-Ddtd_validation=true,-Ddtd_validation=false,libxml2,," |
28 | 28 | ||
29 | EXTRA_OEMESON = "-Ddocumentation=false" | 29 | EXTRA_OEMESON = "-Ddocumentation=false" |
30 | EXTRA_OEMESON:class-native = "-Ddocumentation=false -Dlibraries=false" | 30 | EXTRA_OEMESON:class-native = "-Ddocumentation=false" |
31 | 31 | ||
32 | # Wayland installs a M4 macro for other projects to use, which uses the target | 32 | # Wayland installs a M4 macro for other projects to use, which uses the target |
33 | # pkg-config to find files. Replace pkg-config with pkg-config-native. | 33 | # pkg-config to find files. Replace pkg-config with pkg-config-native. |