wok rev 15941

compton: need dbus
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 22 19:47:45 2014 +0100 (2014-02-22)
parents 410490fd06f0
children 2ba6fbff0a52
files compton/receipt
line diff
     1.1 --- a/compton/receipt	Sat Feb 22 19:26:13 2014 +0100
     1.2 +++ b/compton/receipt	Sat Feb 22 19:47:45 2014 +0100
     1.3 @@ -11,9 +11,9 @@
     1.4  WGET_URL="https://github.com/chjj/$PACKAGE/archive/$TARBALL"
     1.5  
     1.6  DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo \
     1.7 -xorg-xprop"
     1.8 +xorg-xprop dbus"
     1.9  BUILD_DEPENDS="xorg-dev xorg-libXcomposite xorg-libXrandr-dev libdrm-dev \
    1.10 -wget" #asciidoc
    1.11 +wget dbus-dev" #asciidoc
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()