- luajit was disabled for riscv64 ppc64 ppc64le, patch it here

accordingly

OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=131
This commit is contained in:
Marcus Rückert 2022-11-23 11:16:30 +00:00 committed by Git OBS Bridge
parent f187a0739b
commit b678992053
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 23 11:13:07 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- luajit was disabled for riscv64 ppc64 ppc64le, patch it here
accordingly
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 22 23:23:08 UTC 2022 - Petr Vorel <pvorel@suse.cz> Tue Nov 22 23:23:08 UTC 2022 - Petr Vorel <pvorel@suse.cz>

View File

@ -16,7 +16,12 @@
# #
# This is based on the ExcludeArch in https://build.opensuse.org/package/show/openSUSE:Factory/luajit
%ifarch riscv64 ppc64 ppc64le
%bcond_with luajit
%else
%bcond_without luajit %bcond_without luajit
%endif
%bcond_with gegl_docs %bcond_with gegl_docs