mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 23:49:16 +08:00
[pango] Add missing link library (#8745)
Gdi32 is used by pango, but not linked to. This works on x86, but not on ARM.
This commit is contained in:
parent
08e74979df
commit
46bfec7eb9
@ -118,7 +118,7 @@ pango_add_module(pangowin32
|
||||
pango/pangowin32-fontcache.c
|
||||
pango/pangowin32-fontmap.c
|
||||
pango/pangowin32-shape.c)
|
||||
target_link_libraries(pangowin32 usp10 pango)
|
||||
target_link_libraries(pangowin32 usp10 pango gdi32)
|
||||
endif()
|
||||
|
||||
pango_add_module(pangoft2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: pango
|
||||
Version: 1.40.11-4
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user