libjxl: add missing highway dependency to -devel
This commit is contained in:
parent
fec9611d64
commit
43252ab3e3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libjxl'
|
# Template file for 'libjxl'
|
||||||
pkgname=libjxl
|
pkgname=libjxl
|
||||||
version=0.10.3
|
version=0.10.3
|
||||||
revision=1
|
revision=2
|
||||||
_testdata_hash=ff8d743aaba05b3014f17e5475e576242fa979fc
|
_testdata_hash=ff8d743aaba05b3014f17e5475e576242fa979fc
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_EXAMPLES=OFF
|
configure_args="-DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_EXAMPLES=OFF
|
||||||
|
@ -42,7 +42,7 @@ post_install() {
|
||||||
|
|
||||||
libjxl-devel_package() {
|
libjxl-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision} brotli-devel"
|
depends="${sourcepkg}>=${version}_${revision} highway-devel brotli-devel"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue