wok diff wayland/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents f383764f3956
children 351577bd7833
line diff
     1.1 --- a/wayland/receipt	Sat Mar 29 08:28:10 2014 +0000
     1.2 +++ b/wayland/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.3 @@ -10,8 +10,8 @@
     1.4  WEB_SITE="http://www.slitaz.org/"
     1.5  WGET_URL="http://wayland.freedesktop.org/releases/$TARBALL"
     1.6  
     1.7 -DEPENDS="expat libffi"
     1.8 -BUILD_DEPENDS="expat-dev"
     1.9 +DEPENDS="libffi expat"
    1.10 +BUILD_DEPENDS="libffi-dev expat-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -30,4 +30,3 @@
    1.15  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.16  	cp -a $install/usr/share/wayland $fs/usr/share
    1.17  }
    1.18 -