# HG changeset patch # User Christophe Lincoln # Date 1393095360 -3600 # Node ID 2ba6fbff0a52afcd44cb937b9b5f023296f433bd # Parent 71a9f5c8104e16ce7104bfd3fb17baea90592937 compton: disable some features diff -r 71a9f5c8104e -r 2ba6fbff0a52 compton/receipt --- a/compton/receipt Sat Feb 22 19:47:45 2014 +0100 +++ b/compton/receipt Sat Feb 22 19:56:00 2014 +0100 @@ -10,16 +10,18 @@ WEB_SITE="https://github.com/chjj/compton" WGET_URL="https://github.com/chjj/$PACKAGE/archive/$TARBALL" -DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo \ -xorg-xprop dbus" +DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo xorg-xprop" BUILD_DEPENDS="xorg-dev xorg-libXcomposite xorg-libXrandr-dev libdrm-dev \ -wget dbus-dev" #asciidoc +wget" #asciidoc # Rules to configure and make the package. compile_rules() { sed -i "s:\(COMPTON_VERSION ?= \)git.*:\1v${VERSION}:" Makefile - make NO_LIBCONFIG="true" + make \ + NO_LIBCONFIG="true" \ + NO_VSYNC_OPENGL="true" \ + NO_DBUS="true" } # Rules to gen a SliTaz package suitable for Tazpkg.