libXau: use xorgproto.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user