wok rev 15942

compton: disable some features
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 22 19:56:00 2014 +0100 (2014-02-22)
parents 71a9f5c8104e
children 159df010240c
files compton/receipt
line diff
     1.1 --- a/compton/receipt	Sat Feb 22 19:47:45 2014 +0100
     1.2 +++ b/compton/receipt	Sat Feb 22 19:56:00 2014 +0100
     1.3 @@ -10,16 +10,18 @@
     1.4  WEB_SITE="https://github.com/chjj/compton"
     1.5  WGET_URL="https://github.com/chjj/$PACKAGE/archive/$TARBALL"
     1.6  
     1.7 -DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo \
     1.8 -xorg-xprop dbus"
     1.9 +DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo xorg-xprop"
    1.10  BUILD_DEPENDS="xorg-dev xorg-libXcomposite xorg-libXrandr-dev libdrm-dev \
    1.11 -wget dbus-dev" #asciidoc
    1.12 +wget" #asciidoc
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17  	sed -i "s:\(COMPTON_VERSION ?= \)git.*:\1v${VERSION}:" Makefile
    1.18 -	make NO_LIBCONFIG="true"
    1.19 +	make \
    1.20 +		NO_LIBCONFIG="true" \
    1.21 +		NO_VSYNC_OPENGL="true" \
    1.22 +		NO_DBUS="true"
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.