wok-next diff harfbuzz/receipt @ rev 18258
Add pflogsumm (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 04 21:48:04 2015 +0200 (2015-08-04) |
parents | 84de37378086 |
children | 99ad99a3ac5e |
line diff
1.1 --- a/harfbuzz/receipt Sat Feb 07 17:16:29 2015 +0000 1.2 +++ b/harfbuzz/receipt Tue Aug 04 21:48:04 2015 +0200 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 -