community/wpewebkit: really build without libjxl on s390x

This commit is contained in:
ptrcnull 2025-03-28 10:10:06 +01:00
parent 7a92050152
commit b2d7109cf8

View File

@ -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