Skip to content

Commit

Permalink
gegl: Remove openmp dep for rv32 and ppc32
Browse files Browse the repository at this point in the history
openmp is not yet ported for these architectures

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Mar 4, 2023
1 parent dd42a62 commit 722f529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ DEPENDS = " \
"

DEPENDS:append:toolchain-clang = " openmp"
DEPENDS:remove:toolchain-clang:riscv32 = "openmp"
DEPENDS:remove:toolchain-clang:powerpc = "openmp"

GNOMEBASEBUILDCLASS = "meson"

Expand Down

0 comments on commit 722f529

Please sign in to comment.