mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
libnpupnp: Fix -devel dependencies
This commit is contained in:
parent
587cc98185
commit
60943bce91
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libnpupnp'
|
||||
pkgname=libnpupnp
|
||||
version=6.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="expat-devel libcurl-devel libmicrohttpd-devel"
|
||||
|
@ -18,7 +18,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libnpupnp-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision} libmicrohttpd-devel libcurl-devel expat-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue