libXau: use xorgproto.
This commit is contained in:
parent
a029cfd044
commit
e0536ac345
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'libXau'.
|
||||
pkgname=libXau
|
||||
version=1.0.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xproto"
|
||||
makedepends="xorgproto"
|
||||
short_desc="Authorization Protocol for X"
|
||||
homepage="$XORG_SITE"
|
||||
license="MIT"
|
||||
|
@ -17,7 +17,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libXau-devel_package() {
|
||||
depends="xproto ${sourcepkg}-${version}_${revision}"
|
||||
depends="xorgproto ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue