diff options
author | crupest <crupest@outlook.com> | 2023-10-07 13:40:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 13:40:20 +0800 |
commit | a1dbbdf5fc04ac091be91add80aafe09d48cfea9 (patch) | |
tree | 51c82febf9cfe1b6ead13c6c4e664ad17a7dea48 /lib/meson-projects/subprojects/glib.wrap | |
parent | faa63afb8db43690fa633fe1673be9331d278e24 (diff) | |
download | cru-a1dbbdf5fc04ac091be91add80aafe09d48cfea9.tar.gz cru-a1dbbdf5fc04ac091be91add80aafe09d48cfea9.tar.bz2 cru-a1dbbdf5fc04ac091be91add80aafe09d48cfea9.zip |
Try to add pango.
Diffstat (limited to 'lib/meson-projects/subprojects/glib.wrap')
-rw-r--r-- | lib/meson-projects/subprojects/glib.wrap | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/meson-projects/subprojects/glib.wrap b/lib/meson-projects/subprojects/glib.wrap new file mode 100644 index 00000000..bf287a7d --- /dev/null +++ b/lib/meson-projects/subprojects/glib.wrap @@ -0,0 +1,11 @@ +[wrap-git] +directory = glib +url = https://gitlab.gnome.org/GNOME/glib.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/glib.git +revision = main +depth = 1 + +[provide] +dependency_names = gthread-2.0, gobject-2.0, gmodule-no-export-2.0, gmodule-export-2.0, gmodule-2.0, glib-2.0, gio-2.0, gio-windows-2.0, gio-unix-2.0 +program_names = glib-genmarshal, glib-mkenums, glib-compile-schemas, glib-compile-resources, gio-querymodules, gdbus-codegen + |