diff options
| -rw-r--r-- | meta-oe/recipes-support/webkitgtk/webkitgtk3_2.50.6.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.50.6.bb b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.50.6.bb index c3f736568f..67f95620fd 100644 --- a/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.50.6.bb +++ b/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.50.6.bb | |||
| @@ -113,6 +113,10 @@ CXXFLAGS:append:arc = " -mlong-calls" | |||
| 113 | # Needed for non-mesa graphics stacks when x11 is disabled | 113 | # Needed for non-mesa graphics stacks when x11 is disabled |
| 114 | CXXFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_NO_X11=1', d)}" | 114 | CXXFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_NO_X11=1', d)}" |
| 115 | 115 | ||
| 116 | # Fix Source/ThirdParty/skia/modules/skcms/src/Transform_inl.h:810:71: | ||
| 117 | # error: cannot tail-call: tail call production failed | ||
| 118 | CXXFLAGS:append:riscv64 = " -DSKCMS_HAS_MUSTTAIL=0" | ||
| 119 | |||
| 116 | # Javascript JIT is not supported on powerpc | 120 | # Javascript JIT is not supported on powerpc |
| 117 | EXTRA_OECMAKE:append:powerpc = " -DENABLE_JIT=OFF " | 121 | EXTRA_OECMAKE:append:powerpc = " -DENABLE_JIT=OFF " |
| 118 | EXTRA_OECMAKE:append:powerpc64 = " -DENABLE_JIT=OFF " | 122 | EXTRA_OECMAKE:append:powerpc64 = " -DENABLE_JIT=OFF " |
