xcb-util-cursor: add missing deps to -devel pkg.
This commit is contained in:
parent
649caf9695
commit
125991d339
|
@ -1,7 +1,7 @@
|
|||
# Template build for 'xcb-util-cursor'.
|
||||
pkgname=xcb-util-cursor
|
||||
version=0.1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config gperf automake libtool xorg-util-macros"
|
||||
|
@ -24,7 +24,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
xcb-util-cursor-devel_package() {
|
||||
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="libxcb-devel xcb-util-renderutil-devel xcb-util-image-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue