mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
cups: fix dependencies for cups-devel
This commit is contained in:
parent
820e207877
commit
af6cc1af31
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cups'
|
||||
pkgname=cups
|
||||
version=2.4.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
make_install_args="BUILDROOT=${DESTDIR}"
|
||||
hostmakedepends="gnutls-devel pkg-config
|
||||
|
@ -76,7 +76,8 @@ libcups_package() {
|
|||
}
|
||||
|
||||
cups-devel_package() {
|
||||
depends="libcups>=${version}_${revision} openssl-devel avahi-libs-devel"
|
||||
depends="libcups>=${version}_${revision}
|
||||
openssl-devel avahi-libs-devel gnutls-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue