diff options
| -rw-r--r-- | meta-gnome/recipes-connectivity/geary/geary_40.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb index 4b454dc02d..3ff0a412e2 100644 --- a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb +++ b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb | |||
| @@ -52,6 +52,10 @@ PACKAGECONFIG[tnef] = "-Dtnef=enabled,-Dtnef=disabled,libytnef" | |||
| 52 | PACKAGECONFIG[valadoc] = "-Dvaladoc=enabled,-Dvaladoc=disabled" | 52 | PACKAGECONFIG[valadoc] = "-Dvaladoc=enabled,-Dvaladoc=disabled" |
| 53 | 53 | ||
| 54 | PACKAGECONFIG ??= "" | 54 | PACKAGECONFIG ??= "" |
| 55 | # rfc822/rfc822-message.c:2097:12: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'gboolean' (aka 'int') [-Wint-conversion] | ||
| 56 | #| return NULL; | ||
| 57 | #| ^~~~ | ||
| 58 | CFLAGS:append:toolchain-clang = " -Wno-error=int-conversion" | ||
| 55 | 59 | ||
| 56 | FILES:${PN} += "${datadir}" | 60 | FILES:${PN} += "${datadir}" |
| 57 | 61 | ||
