mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/wpewebkit: really build without libjxl on s390x
This commit is contained in:
parent
7a92050152
commit
b2d7109cf8
@ -52,8 +52,10 @@ options="!check"
|
||||
|
||||
case "$CARCH" in
|
||||
s390x)
|
||||
;; # unavailable
|
||||
_use_jpegxl=OFF # unavailable
|
||||
;;
|
||||
*)
|
||||
_use_jpegxl=ON
|
||||
makedepends="$makedepends libjxl-dev"
|
||||
;;
|
||||
esac
|
||||
@ -109,6 +111,7 @@ build() {
|
||||
-DENABLE_JOURNALD_LOG=Off \
|
||||
-DUSE_LIBBACKTRACE=False \
|
||||
-DUSE_SYSTEM_SYSPROF_CAPTURE=NO \
|
||||
-DUSE_JPEGXL=$_use_jpegxl \
|
||||
-GNinja \
|
||||
$CMAKE_CROSSOPTS .
|
||||
cmake --build build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user