mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
tllist: add git submodule directly under subprojects
Meson now falls back to a system dependency if the subproject isn't available.
This commit is contained in:
parent
3f663a0e6f
commit
75d9c9a12d
3 changed files with 10 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -2,3 +2,6 @@
|
|||
path = external/wlr-protocols
|
||||
url = https://github.com/swaywm/wlr-protocols.git
|
||||
branch = master
|
||||
[submodule "subprojects/tllist"]
|
||||
path = subprojects/tllist
|
||||
url = https://codeberg.org/dnkl/tllist.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue