summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-01-16 08:33:22 -0300
committerGitHub <noreply@github.com>2024-01-16 08:33:22 -0300
commit0870f92ab9cf685d22f40f5e377f7de2e1c591dd (patch)
treeb3de285c2908344ab620756e5a4413aaa917ae78
parent47e0b467d8555e38a996b731977d9eed9ab02051 (diff)
parenta9d4c5ebbb76d52d2781d9324be23e65be5deada (diff)
downloadmeta-freescale-0870f92ab9cf685d22f40f5e377f7de2e1c591dd.tar.gz
Merge pull request #1733 from limeng-linux/kirkstone
meta-freescale: update waffle patch to compatible with version 1.7.2
-rw-r--r--recipes-graphics/waffle/waffle/0001-meson-Add-missing-wayland-dependency-on-EGL.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/waffle/waffle/0001-meson-Add-missing-wayland-dependency-on-EGL.patch b/recipes-graphics/waffle/waffle/0001-meson-Add-missing-wayland-dependency-on-EGL.patch
index 5f587d84..a898f0a9 100644
--- a/recipes-graphics/waffle/waffle/0001-meson-Add-missing-wayland-dependency-on-EGL.patch
+++ b/recipes-graphics/waffle/waffle/0001-meson-Add-missing-wayland-dependency-on-EGL.patch
@@ -35,7 +35,7 @@ Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
35 ) 35 )
36 dep_wayland_scanner = dependency( 36 dep_wayland_scanner = dependency(
37@@ -120,7 +122,7 @@ else 37@@ -120,7 +122,7 @@ else
38 wayland_xdg_shell_xml = join_paths(dep_wayland_proto.get_pkgconfig_variable('pkgdatadir'), 38 wayland_xdg_shell_xml = join_paths(dep_wayland_proto.get_variable(pkgconfig: 'pkgdatadir'),
39 'stable/xdg-shell/xdg-shell.xml') 39 'stable/xdg-shell/xdg-shell.xml')
40 endif 40 endif
41- build_wayland = dep_egl.found() and dep_wayland_client.found() and dep_wayland_egl.found() and dep_wayland_scanner.found() and dep_wayland_proto.found() 41- build_wayland = dep_egl.found() and dep_wayland_client.found() and dep_wayland_egl.found() and dep_wayland_scanner.found() and dep_wayland_proto.found()