mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
librsvg: add missing devel dependency
This commit is contained in:
parent
ea8efa57a6
commit
7e715df772
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'librsvg'
|
# Template file for 'librsvg'
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.59.1
|
version=2.59.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir rust"
|
build_helper="gir rust"
|
||||||
hostmakedepends="cargo cargo-c pkg-config glib-devel gdk-pixbuf-devel
|
hostmakedepends="cargo cargo-c pkg-config glib-devel gdk-pixbuf-devel
|
||||||
|
@ -32,7 +32,8 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
librsvg-devel_package() {
|
librsvg-devel_package() {
|
||||||
depends="gdk-pixbuf-devel cairo-devel libcroco-devel ${sourcepkg}>=${version}_${revision}"
|
depends="gdk-pixbuf-devel cairo-devel libcroco-devel libdav1d-devel
|
||||||
|
${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue