diff options
| -rw-r--r-- | meta/recipes-devtools/vala/vala.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 162e99bb03..87d8fedc3f 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
| @@ -39,6 +39,10 @@ EOF | |||
| 39 | 39 | ||
| 40 | EXTRA_OECONF += " --disable-valadoc" | 40 | EXTRA_OECONF += " --disable-valadoc" |
| 41 | 41 | ||
| 42 | # work around for vala-native build with gcc-14 instead of backporting | ||
| 43 | # https://gitlab.gnome.org/GNOME/vala/-/commit/23ec71b1a5c4cead3d1bdac82e184d0a63fa7b79 | ||
| 44 | BUILD_CFLAGS += "-Wno-error=incompatible-pointer-types" | ||
| 45 | |||
| 42 | # Vapigen wrapper needs to be available system-wide, because it will be used | 46 | # Vapigen wrapper needs to be available system-wide, because it will be used |
| 43 | # to build vapi files from all other packages with vala support | 47 | # to build vapi files from all other packages with vala support |
| 44 | do_install:append:class-target() { | 48 | do_install:append:class-target() { |
