Skip to content

Commit

Permalink
Merge pull request #1733 from limeng-linux/kirkstone
Browse files Browse the repository at this point in the history
meta-freescale: update waffle patch to compatible with version 1.7.2
  • Loading branch information
otavio authored Jan 16, 2024
2 parents 47e0b46 + a9d4c5e commit 0870f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Signed-off-by: Tom Hochstein <[email protected]>
)
dep_wayland_scanner = dependency(
@@ -120,7 +122,7 @@ else
wayland_xdg_shell_xml = join_paths(dep_wayland_proto.get_pkgconfig_variable('pkgdatadir'),
wayland_xdg_shell_xml = join_paths(dep_wayland_proto.get_variable(pkgconfig: 'pkgdatadir'),
'stable/xdg-shell/xdg-shell.xml')
endif
- 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()
Expand Down

0 comments on commit 0870f92

Please sign in to comment.