Skip to content

Commit

Permalink
Add support for weston 12 protocols
Browse files Browse the repository at this point in the history
Weston 11 was released recently and the weston development branch is
now using libweston-12-protocols.

Signed-off-by: James Hilliard <[email protected]>
(cherry picked from commit 3a65d08)
  • Loading branch information
jameshilliard authored and aperezdc committed Oct 16, 2022
1 parent 73e554b commit 3283242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/wayland/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ wayland_protocols_path = wayland_protocols_dep.get_variable(pkgconfig: 'pkgdatad

if wayland_platform_weston_protocols.length() > 0
foreach weston_dep_name : [
'libweston-12-protocols',
'libweston-11-protocols',
'libweston-10-protocols',
'libweston-9-protocols',
Expand Down

0 comments on commit 3283242

Please sign in to comment.