wayland-devel: depend on wayland-protocols.
This commit is contained in:
parent
5616338385
commit
550ce56655
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'wayland'.
|
||||
pkgname=wayland
|
||||
version=1.10.0
|
||||
revision=1
|
||||
revision=2
|
||||
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"
|
||||
makedepends="libfl-devel libffi-devel expat-devel libxml2-devel wayland-protocols"
|
||||
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="${sourcepkg}>=${version}_${revision}"
|
||||
depends="wayland-protocols ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
|
|
Loading…
Reference in New Issue