wayland-devel: do not depend on wayland-protocols (cyclic dependency)
wayland-devel -> wayland-protocols -> wayland-devel.
This commit is contained in:
parent
0bd02c2c07
commit
0e4de2d0bf
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'wayland'.
|
||||
pkgname=wayland
|
||||
version=1.10.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation --disable-static"
|
||||
hostmakedepends="automake libtool pkg-config flex"
|
||||
makedepends="libfl-devel libffi-devel expat-devel libxml2-devel wayland-protocols"
|
||||
makedepends="libfl-devel libffi-devel expat-devel libxml2-devel"
|
||||
short_desc="Wayland protocol compositor"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://wayland.freedesktop.org/"
|
||||
|
@ -29,7 +29,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
wayland-devel_package() {
|
||||
depends="wayland-protocols ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
|
|
Loading…
Reference in a new issue