Skip to content

Commit

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

Signed-off-by: James Hilliard <[email protected]>
  • Loading branch information
jameshilliard committed Oct 1, 2024
1 parent c31fc46 commit 4af002d
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 @@ -49,6 +49,7 @@ wayland_protocols_path = wayland_protocols_dep.get_variable(pkgconfig: 'pkgdatad

if wayland_platform_weston_protocols.length() > 0
foreach weston_dep_name : [
'libweston-15-protocols',
'libweston-14-protocols',
'libweston-13-protocols',
'libweston-12-protocols',
Expand Down

0 comments on commit 4af002d

Please sign in to comment.