# HG changeset patch # User Christophe Lincoln # Date 1306438062 -7200 # Node ID 3ef83dc65ac455d0a4320d2c9933c05838304220 # Parent 8e86b85b996f1877a5dea06f9c3c8172bd173fdf enlightenment: make sure we dont use connman and bluez diff -r 8e86b85b996f -r 3ef83dc65ac4 enlightenment/receipt --- a/enlightenment/receipt Thu May 26 21:20:55 2011 +0200 +++ b/enlightenment/receipt Thu May 26 21:27:42 2011 +0200 @@ -18,7 +18,11 @@ # Rules to configure and make the package. compile_rules() { - ./configure $CONFIGURE_ARGS && make && make install + ./configure \ + --disable-connman \ + --disable-bluez \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.