diff options
author | Nicholas Harvey <727-FrostyPenguin@users.noreply.gitlab.gnome.org> | 2019-07-28 19:24:07 +0200 |
---|---|---|
committer | Nicholas Harvey <727-FrostyPenguin@users.noreply.gitlab.gnome.org> | 2019-07-28 19:24:07 +0200 |
commit | 2d3d69ae7e37e1447fd1775c7a4c95e74d9c1539 (patch) | |
tree | 776a70cabdbcffeccc14e3a3f1ea76b57eb6179e /subprojects | |
parent | 08ed8c5251b6ebcb35f6d073410617de1af51248 (diff) | |
download | pango-2d3d69ae7e37e1447fd1775c7a4c95e74d9c1539.tar.gz |
meson: Add freetype2 wrap file
The freetype2.wrap file was downloaded using
"meson wrap install freetype2". This adds a wrap
dependency that had already been declared in
meson.build as a fallback for freetype2.
Signed-off-by: Nicholas Harvey <727-FrostyPenguin@users.noreply.gitlab.gnome.org>
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/freetype2.wrap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/subprojects/freetype2.wrap b/subprojects/freetype2.wrap new file mode 100644 index 00000000..613f7d62 --- /dev/null +++ b/subprojects/freetype2.wrap @@ -0,0 +1,10 @@ +[wrap-file] +directory = freetype-2.9.1 + +source_url = https://download.savannah.gnu.org/releases/freetype/freetype-2.9.1.tar.gz +source_filename = freetype-2.9.1.tar.gz +source_hash = ec391504e55498adceb30baceebd147a6e963f636eb617424bcfc47a169898ce + +patch_url = https://wrapdb.mesonbuild.com/v1/projects/freetype2/2.9.1/1/get_zip +patch_filename = freetype2-2.9.1-1-wrap.zip +patch_hash = 06222607775e707c6d7b8d21ffdb04c7672f676a18c5ebb9880545130ab0407b |