]> granicus.if.org Git - handbrake/commitdiff
contrib: Fix typo in harfbuzz mingw configuration.
authorBradley Sepos <bradley@bradleysepos.com>
Thu, 7 Jul 2016 21:19:44 +0000 (17:19 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Thu, 7 Jul 2016 21:19:50 +0000 (17:19 -0400)
Hat-tip @Rodeo314 for the catch.

contrib/harfbuzz/module.defs

index a723180b85e3f5e528907bda89fa154b5211cf8f..bd4325d1f5fd9aa55e851557c4af1447ca0f29fb 100644 (file)
@@ -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