We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7081a commit 079cbccCopy full SHA for 079cbcc
1 file changed
dependency-builder/src/main/cpp/packages/pango.cmake
@@ -2,7 +2,8 @@ include_guard(GLOBAL)
2
3
ExternalProjectMeson(pango
4
DEPENDS cairo fontconfig freetype fribidi glib-2.0 harfbuzz
5
- URL https://ftp.gnome.org/pub/GNOME/sources/pango/1.44/pango-1.44.7.tar.xz
+# URL https://ftp.gnome.org/pub/GNOME/sources/pango/1.44/pango-1.44.7.tar.xz
6
+ URL ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.44/pango-1.44.7.tar.xz
7
URL_HASH SHA256=66a5b6cc13db73efed67b8e933584509f8ddb7b10a8a40c3850ca4a985ea1b1f
8
CONFIGURE_ARGUMENTS -Dintrospection=false
9
)
0 commit comments