mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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'.
|
# Template build file for 'libXcursor'.
|
||||||
pkgname=libXcursor
|
pkgname=libXcursor
|
||||||
version=1.1.14
|
version=1.1.14
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
|
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)."
|
designed to help locate and load cursors (from files or memory)."
|
||||||
|
|
||||||
libXcursor-devel_package() {
|
libXcursor-devel_package() {
|
||||||
depends="xproto libXcursor>=${version}"
|
depends="xproto libXfixes-devel libXcursor>=${version}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue