mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
meson: Use wrap files to manage dependencies
This simplifies building as there's no need to manually
git clone subprojects anymore.
Building is now as simple as:
meson build
ninja -C build
In order to update the subprojects, meson provides:
meson subprojects update
This commit is contained in:
parent
448b3c5870
commit
ccfa7a60db
2 changed files with 7 additions and 0 deletions
4
subprojects/seatd.wrap
Normal file
4
subprojects/seatd.wrap
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[wrap-git]
|
||||
url=https://git.sr.ht/~kennylevinsen/seatd
|
||||
revision=master
|
||||
|
||||
3
subprojects/wlroots.wrap
Normal file
3
subprojects/wlroots.wrap
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[wrap-git]
|
||||
url = https://github.com/swaywm/wlroots
|
||||
revision = master
|
||||
Loading…
Add table
Add a link
Reference in a new issue