libXcursor: -devel pkg needs xfixes.
This commit is contained in:
parent
a831eede3f
commit
d3d917a9c6
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libXcursor'.
|
||||
pkgname=libXcursor
|
||||
version=1.1.14
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
|
||||
|
@ -17,11 +17,12 @@ long_desc="
|
|||
designed to help locate and load cursors (from files or memory)."
|
||||
|
||||
libXcursor-devel_package() {
|
||||
depends="xproto libXcursor>=${version}"
|
||||
depends="xproto libXfixes-devel libXcursor>=${version}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue