gegl: Remove openmp dep for rv32 and ppc32

openmp is not yet ported for these architectures

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-03-03 23:13:09 -08:00
parent dd42a62965
commit 722f52981a

View File

@ -14,6 +14,8 @@ DEPENDS = " \
"
DEPENDS:append:toolchain-clang = " openmp"
DEPENDS:remove:toolchain-clang:riscv32 = "openmp"
DEPENDS:remove:toolchain-clang:powerpc = "openmp"
GNOMEBASEBUILDCLASS = "meson"