mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libavif: add missing libaom dependecy to -devel
This commit is contained in:
parent
dfdb44aefd
commit
31b2b1b3d8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libavif'
|
# Template file for 'libavif'
|
||||||
pkgname=libavif
|
pkgname=libavif
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DAVIF_BUILD_APPS=ON -DAVIF_BUILD_GDK_PIXBUF=ON
|
configure_args="-DAVIF_BUILD_APPS=ON -DAVIF_BUILD_GDK_PIXBUF=ON
|
||||||
-DAVIF_LIBYUV=OFF -DAVIF_CODEC_AOM=SYSTEM
|
-DAVIF_LIBYUV=OFF -DAVIF_CODEC_AOM=SYSTEM
|
||||||
|
@ -37,7 +37,7 @@ post_install() {
|
||||||
|
|
||||||
libavif-devel_package() {
|
libavif-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision} libaom-devel"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Add table
Reference in a new issue