diff options
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 |