mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
e3be4ee52a
Instead of using pkg-config, etc we just include composefs. In the end the library is just 5 c source files, and it is set up to be easy to use as a submodule. For now, composefs support is disabled by default.
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
[submodule "libglnx"]
|
|
path = libglnx
|
|
url = https://gitlab.gnome.org/GNOME/libglnx.git
|
|
[submodule "bsdiff"]
|
|
path = bsdiff
|
|
url = https://github.com/mendsley/bsdiff
|
|
[submodule "composefs"]
|
|
path = composefs
|
|
url = https://github.com/containers/composefs.git
|