libICE: use xorgproto.
This commit is contained in:
parent
e875e2d725
commit
a029cfd044
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'libICE'.
|
||||
pkgname=libICE
|
||||
version=1.0.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xtrans xproto"
|
||||
makedepends="xtrans xorgproto"
|
||||
short_desc="Inter Client Exchange (ICE) library for X"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
|
@ -17,7 +17,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libICE-devel_package() {
|
||||
depends="xtrans xproto ${sourcepkg}>=${version}_${revision}"
|
||||
depends="xtrans xorgproto ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue