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/harfbuzz/CONTROL | |
| 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/harfbuzz/CONTROL')
| -rw-r--r-- | ports/harfbuzz/CONTROL | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ports/harfbuzz/CONTROL b/ports/harfbuzz/CONTROL index 0fcb9a96b..d503ca111 100644 --- a/ports/harfbuzz/CONTROL +++ b/ports/harfbuzz/CONTROL @@ -1,8 +1,16 @@ Source: harfbuzz -Version: 1.8.2 +Version: 1.8.2-2 Description: HarfBuzz OpenType text shaping engine -Build-Depends: freetype, ragel, glib (windows) +Build-Depends: freetype, ragel +Default-Features: ucdn Feature: icu Build-Depends: icu Description: icu support for harfbuzz + +Feature: ucdn +Description: Builtin (UCDN) Unicode callbacks support + +Feature: glib +Build-Depends: glib +Description: Glib Unicode callbacks support |
