This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
labwc
Watch
1
Star
0
Fork
You've already forked labwc
0
mirror of
https://github.com/labwc/labwc.git
synced
2025-11-04 13:30:07 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c7aaa8dd61
labwc
/
subprojects
/
wlroots.wrap
4 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
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
2021-06-26 06:41:03 -03:00
[wrap-git]
wlroots.wrap: add .git to url to avoid redirection warning
2022-01-04 21:27:59 +00:00
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
wlroots.wrap: set revision to latest commit This is better than `revision = master` because: - It enables labwc commits to be checked out and build without manually having to find the right wlroots commit to build with - The labwc master is always buildable without user intervention even if there are breaking changes in the wlroots master branch Suggested in issue #289
2022-04-08 22:13:45 +01:00
revision = 2e14bed9
Reference in a new issue
Copy permalink