diff options
| author | MichaĆ Janiszewski <janisozaur@users.noreply.github.com> | 2019-11-03 23:10:24 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-11-03 14:10:24 -0800 |
| commit | 46bfec7eb9295e1caf013532c63be5485002a769 (patch) | |
| tree | 5f9692245228a1d42863352d2b3b79bc913831d7 /ports/pango/CONTROL | |
| parent | 08e74979df124d9360343751cefcae615c2ec5ed (diff) | |
| download | vcpkg-46bfec7eb9295e1caf013532c63be5485002a769.tar.gz vcpkg-46bfec7eb9295e1caf013532c63be5485002a769.zip | |
[pango] Add missing link library (#8745)
Gdi32 is used by pango, but not linked to. This works on x86, but not on
ARM.
Diffstat (limited to 'ports/pango/CONTROL')
| -rw-r--r-- | ports/pango/CONTROL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ports/pango/CONTROL b/ports/pango/CONTROL index c221c1e37..62220dbef 100644 --- a/ports/pango/CONTROL +++ b/ports/pango/CONTROL @@ -1,5 +1,5 @@ -Source: pango
-Version: 1.40.11-4
-Homepage: https://ftp.gnome.org/pub/GNOME/sources/pango/
-Description: Text and font handling library.
-Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!(windows&static))
+Source: pango +Version: 1.40.11-5 +Homepage: https://ftp.gnome.org/pub/GNOME/sources/pango/ +Description: Text and font handling library. +Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!(windows&static)) |
