wok-6.x diff wayland/receipt @ rev 16204
Add weston wayland compositor with: libunwind and cairo-gl
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 31 01:18:02 2014 +0200 (2014-03-31) |
parents | f383764f3956 |
children | 351577bd7833 |
line diff
1.1 --- a/wayland/receipt Sat Mar 29 08:28:10 2014 +0000 1.2 +++ b/wayland/receipt Mon Mar 31 01:18:02 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 -