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/pango.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/pango.wrap')
-rw-r--r-- | lib/meson-projects/subprojects/pango.wrap | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/meson-projects/subprojects/pango.wrap b/lib/meson-projects/subprojects/pango.wrap index b29457c2..b75c158b 100644 --- a/lib/meson-projects/subprojects/pango.wrap +++ b/lib/meson-projects/subprojects/pango.wrap @@ -1,7 +1,13 @@ [wrap-git] directory = pango -url = https://gitlab.freedesktop.org/GNOME/pango.git -push-url = ssh://git@gitlab.freedesktop.org:GNOME/pango.git -revision = master +url = https://gitlab.gnome.org/GNOME/pango.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/pango.git +revision = main depth = 1 +[provide] +pango = libpango_dep +pangoft2 = libpangoft2_dep +pangoxft = libpangoxft_dep +pangowin32 = libpangowin32_dep +pangocairo = libpangocairo_dep |