Skip to content

Commit

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

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
  • Loading branch information
jameshilliard authored and aperezdc committed Mar 27, 2024
1 parent d1fb360 commit e13c995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/wayland/meson.build
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-14-protocols',
'libweston-13-protocols',
'libweston-12-protocols',
'libweston-11-protocols',
Expand Down

0 comments on commit e13c995

Please sign in to comment.