diff options
| author | past-due <30942300+past-due@users.noreply.github.com> | 2018-07-04 10:08:45 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-04 07:08:45 -0700 |
| commit | 1fb2cc3483ddbb7cbd62712296a6a62b57ac9444 (patch) | |
| tree | 6fac5b6539512c6a6b82c538610c439e9d66a043 /ports/pango | |
| parent | a6b2019b74be79062b7535b1eaab8b9309fdba74 (diff) | |
| download | vcpkg-1fb2cc3483ddbb7cbd62712296a6a62b57ac9444.tar.gz vcpkg-1fb2cc3483ddbb7cbd62712296a6a62b57ac9444.zip | |
[harfbuzz] Use vcpkg Features for UCDN & Glib (#3560)
* [harfbuzz] Use Features for UCDN & Glib
Permit configuration of UCDN and Glib Unicode callback support via features.
* [harfbuzz][pango] Merge conflicts. Pango depends on harfbuzz[glib]
Diffstat (limited to 'ports/pango')
| -rw-r--r-- | ports/pango/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pango/CONTROL b/ports/pango/CONTROL index aa6c73e68..daeeb53db 100644 --- a/ports/pango/CONTROL +++ b/ports/pango/CONTROL @@ -1,4 +1,4 @@ Source: pango
Version: 1.40.11-1
Description: Text and font handling library.
-Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz
+Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!windows-static)
|
