wok diff enlightenment/receipt @ rev 12139

Up: cookutils (1.7) - Now create XML feed for cooked pkgs
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 14 03:00:34 2012 +0100 (2012-03-14)
parents fe57bf03de94
children 9ede97e4f5be
line diff
     1.1 --- a/enlightenment/receipt	Thu May 26 21:09:04 2011 +0200
     1.2 +++ b/enlightenment/receipt	Wed Mar 14 03:00:34 2012 +0100
     1.3 @@ -18,7 +18,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure \
     1.9 +		--disable-connman \
    1.10 +		--disable-bluez \
    1.11 +		$CONFIGURE_ARGS &&
    1.12 +	make && make install
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.