Add meson support to wlroots-next

This commit is contained in:
StratusFearMe21 2023-01-15 18:39:47 -05:00
parent 7b6263030c
commit 2d91295aa6
No known key found for this signature in database
GPG Key ID: B67D7410F33A0F61
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@ project('dwl', ['c', 'cpp'],
version : '0.4'
)
subproject('wlroots', default_options : 'examples=false')
subdir('protocols')
cc = meson.get_compiler('c')

5
subprojects/wlroots.wrap Normal file
View File

@ -0,0 +1,5 @@
[wrap-git]
url = https://gitlab.freedesktop.org/wlroots/wlroots
revision = HEAD
depth = 1