summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch')
-rw-r--r--recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch15
1 files changed, 6 insertions, 9 deletions
diff --git a/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch b/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
index 25a4770f..4d2a333a 100644
--- a/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
+++ b/recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
@@ -26,16 +26,13 @@ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
26 protocol/meson.build | 2 +- 26 protocol/meson.build | 2 +-
27 1 file changed, 1 insertion(+), 1 deletion(-) 27 1 file changed, 1 insertion(+), 1 deletion(-)
28 28
29diff --git a/protocol/meson.build b/protocol/meson.build 29Index: git/protocol/meson.build
30index e8698530..ba52089b 100644 30===================================================================
31--- a/protocol/meson.build 31--- git.orig/protocol/meson.build
32+++ b/protocol/meson.build 32+++ git/protocol/meson.build
33@@ -1,4 +1,4 @@ 33@@ -1,4 +1,4 @@
34-dep_scanner = dependency('wayland-scanner', native: false) 34-dep_scanner = dependency('wayland-scanner', native: false)
35+dep_scanner = dependency('wayland-scanner', native: true) 35+dep_scanner = dependency('wayland-scanner', native: true)
36 prog_scanner = find_program(dep_scanner.get_pkgconfig_variable('wayland_scanner')) 36 prog_scanner = find_program(dep_scanner.get_variable(pkgconfig: 'wayland_scanner'))
37 37
38 dep_wp = dependency('wayland-protocols', version: '>= 1.26', 38 dep_wp = dependency('wayland-protocols', version: '>= 1.31',
39--
402.25.1
41