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