[meta-gnome][PATCH] gegl: Depend on openmp when using clang


Khem Raj
 

Signed-off-by: Khem Raj <raj.khem@...>
---
meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb | 2 ++
1 file changed, 2 insertions(+)

diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb
index 335ce24aa9..d5291711bb 100644
--- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb
+++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb
@@ -13,6 +13,8 @@ DEPENDS = " \
json-glib \
"

+DEPENDS:append:toolchain-clang = " openmp"
+
GNOMEBASEBUILDCLASS = "meson"

inherit features_check gnomebase vala gobject-introspection
--
2.39.1