diff options
author | Bradley Sepos <[email protected]> | 2016-07-07 17:19:44 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-07-07 17:19:50 -0400 |
commit | 52a80b880b3e2c80eb61c5443a1dbd6375fce9ea (patch) | |
tree | 2ea766b96c3a7ebfed1c63079ee48d752e795c9e /contrib | |
parent | c80024c81611a90890fa97f364baed5bdbc1b968 (diff) |
contrib: Fix typo in harfbuzz mingw configuration.
Hat-tip @Rodeo314 for the catch.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/harfbuzz/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/harfbuzz/module.defs b/contrib/harfbuzz/module.defs index a723180b8..bd4325d1f 100644 --- a/contrib/harfbuzz/module.defs +++ b/contrib/harfbuzz/module.defs @@ -20,6 +20,6 @@ endif ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) HARFBUZZ.CONFIGURE.extra += --with-directwrite=no --with-glib=no \ - --with-gobject=no --with-cairo=no --with-icu=no --with-graphite=no \ + --with-gobject=no --with-cairo=no --with-icu=no --with-graphite2=no \ --with-uniscribe=no endif |