3190eff276
The high level goal is to deprecate libgsystem. I was trying to share code between ostree/rpm-ostree, but it was too painful to commit to forver frozen ABI for new utility APIs. The git submodule approach will much more easily allow breaking API/ABI, and iterate on APIs until they either land in GLib or not. Note that libglnx will not use GFile*, so a full port to it will involve also not using that. Thus, it will be necessarily incremental; in the meantime we'll link to both libgsystem and libglnx.
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
[submodule "libglnx"]
|
|
path = libglnx
|
|
url = https://git.gnome.org/browse/libglnx
|