libXres: use xorgproto.
This commit is contained in:
parent
01cbb7da18
commit
1601a51656
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'libXres'.
|
||||
pkgname=libXres
|
||||
version=1.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-malloc0returnsnull"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="resourceproto libXext-devel"
|
||||
makedepends="xorgproto libXext-devel"
|
||||
short_desc="X Resource Information Extension Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
|
@ -18,7 +18,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libXres-devel_package() {
|
||||
depends="xproto ${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue