weston: fix wrong wayland dependency version.

This commit is contained in:
Juan RP 2013-06-07 18:08:05 +02:00
parent 4547051fca
commit 396547317c

View file

@ -1,7 +1,7 @@
# Template file for 'weston'.
pkgname=weston
version=1.1.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-cairo-glesv2"
short_desc="Reference implementation of a Wayland compositor"
@ -30,7 +30,7 @@ post_install() {
weston_package() {
# cairo built with gles2 option.
depends="wayland>=${version} cairo>=1.12.14_5"
depends="wayland>=1.1.0 cairo>=1.12.14_5"
pkg_install() {
vmove all
}