diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-02-01 00:57:47 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-01 09:28:47 -0800 |
| commit | 195caefc6577ac9a17695c2da3da1aee77cdae4b (patch) | |
| tree | 6434aeb0bf22ab66e190e68b3d1b27bdf31f525f | |
| parent | 01cc91abb68ff520c7f0de0b67a7deb78c6f14bf (diff) | |
| download | meta-openembedded-195caefc6577ac9a17695c2da3da1aee77cdae4b.tar.gz | |
gegl: Depend on openmp when using clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gimp/gegl/gegl_0.4.40.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 = " \ | |||
| 13 | json-glib \ | 13 | json-glib \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | DEPENDS:append:toolchain-clang = " openmp" | ||
| 17 | |||
| 16 | GNOMEBASEBUILDCLASS = "meson" | 18 | GNOMEBASEBUILDCLASS = "meson" |
| 17 | 19 | ||
| 18 | inherit features_check gnomebase vala gobject-introspection | 20 | inherit features_check gnomebase vala gobject-introspection |
