NOT FOR MERGE: use 0.16-backports branch of wlroots

This commit is contained in:
John Lindgren 2023-10-15 15:39:08 -04:00
parent 7b644b3b94
commit 9eccaf4379
2 changed files with 5 additions and 7 deletions

View file

@ -48,11 +48,8 @@ if git.found()
endif
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
wlroots = dependency(
'wlroots',
default_options: ['default_library=static', 'examples=false'],
version: ['>=0.16.0', '<0.17.0'],
)
# jlindgren: force use of wlroots subproject
wlroots = subproject('wlroots').get_variable('wlroots')
wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'

View file

@ -1,6 +1,7 @@
[wrap-git]
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
revision = 0.16
# jlindgren: use 0.16-backports branch of wlroots
url = https://github.com/jlindgren90/wlroots.git
revision = 0.16-backports
[provide]
dependency_names = wlroots