wok-next rev 17572
Fix: harfbuzz
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 07 20:40:29 2015 +0000 (2015-02-07) |
parents | 85cd2fbe5feb |
children | b5fc131dba9c |
files | harfbuzz/receipt |
line diff
1.1 --- a/harfbuzz/receipt Sat Feb 07 20:39:53 2015 +0000 1.2 +++ b/harfbuzz/receipt Sat Feb 07 20:40:29 2015 +0000 1.3 @@ -10,18 +10,15 @@ 1.4 WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz" 1.5 WGET_URL="http://www.freedesktop.org/software/harfbuzz/release/$TARBALL" 1.6 1.7 -DEPENDS="glib freetype cairo" 1.8 -BUILD_DEPENDS="glib-dev freetype-dev cairo-dev icu-dev" 1.9 +DEPENDS="glib freetype" 1.10 +BUILD_DEPENDS="glib-dev freetype-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - #--with-graphite2 1.16 ./configure \ 1.17 --with-glib \ 1.18 --with-freetype \ 1.19 - --with-cairo \ 1.20 - --with-icu \ 1.21 --with-gobject \ 1.22 $CONFIGURE_ARGS && 1.23 make && make install 1.24 @@ -34,4 +31,3 @@ 1.25 cp -a $install/usr/bin $fs/usr 1.26 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 } 1.28 -