wok diff harfbuzz/receipt @ rev 18486

linux: build i2c-dev.ko
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 10 09:53:59 2015 +0200 (2015-10-10)
parents 99ad99a3ac5e
children 1f3d28dd05d0
line diff
     1.1 --- a/harfbuzz/receipt	Fri Sep 11 16:56:37 2015 +0000
     1.2 +++ b/harfbuzz/receipt	Sat Oct 10 09:53:59 2015 +0200
     1.3 @@ -10,8 +10,8 @@
     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 icu"
     1.8 -BUILD_DEPENDS="glib-dev freetype-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 @@ -20,6 +20,7 @@
    1.15  		--with-glib \
    1.16  		--with-freetype \
    1.17  		--with-gobject \
    1.18 +		--with-icu=no \
    1.19  		$CONFIGURE_ARGS && 
    1.20  	make && make install
    1.21  }