weston: fix wrong wayland dependency version.
This commit is contained in:
parent
4547051fca
commit
396547317c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue