]> git.pld-linux.org Git - packages/crossmingw32-freetype.git/commitdiff
- updated harfbuzz option handling
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 May 2014 20:19:09 +0000 (22:19 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 May 2014 20:19:09 +0000 (22:19 +0200)
crossmingw32-freetype.spec

index e5dca04ec4d3c358b1d1c6864c726ee4a4ab8a62..a43f8970a018e84705086ad0783518ab0dbfcb19 100644 (file)
@@ -119,7 +119,6 @@ export PKG_CONFIG_LIBDIR=%{_pkgconfigdir}
 CFLAGS="%{rpmcflags} \
 %{?with_lcd:-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING} \
 -DTT_CONFIG_OPTION_SUBPIXEL_HINTING \
-%{?with_harfbuzz:-DFT_CONFIG_OPTION_USE_HARFBUZZ} \
 " \
 %configure \
        LIBPNG_CFLAGS="$(pkg-config --cflags libpng)" \
@@ -127,7 +126,8 @@ CFLAGS="%{rpmcflags} \
        --target=%{target} \
        --build=i686-pc-linux-gnu \
        --host=%{target} \
-       --enable-shared
+       --enable-shared \
+       %{!?with_harfbuzz:--without-harfbuzz}
 
 %{__make}
 
This page took 0.126281 seconds and 4 git commands to generate.