mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-05 07:15:31 -04:00
Add meson support to wlroots-next
This commit is contained in:
parent
7b6263030c
commit
2d91295aa6
2 changed files with 6 additions and 0 deletions
|
|
@ -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
5
subprojects/wlroots.wrap
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[wrap-git]
|
||||
url = https://gitlab.freedesktop.org/wlroots/wlroots
|
||||
revision = HEAD
|
||||
depth = 1
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue