Skip to content

Commit

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

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
(cherry picked from commit da64b4a)
  • Loading branch information
jameshilliard authored and aperezdc committed Dec 13, 2023
1 parent 1a212b0 commit cbb83a7
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-13-protocols',
'libweston-12-protocols',
'libweston-11-protocols',
'libweston-10-protocols',
Expand Down

0 comments on commit cbb83a7

Please sign in to comment.