diff options
| -rw-r--r-- | meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb index d331dfdb58..c3c30ca467 100644 --- a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb +++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb | |||
| @@ -8,6 +8,7 @@ DEPENDS = " \ | |||
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | GNOMEBASEBUILDCLASS = "meson" | 10 | GNOMEBASEBUILDCLASS = "meson" |
| 11 | EXTRA_OEMESON += "-Dtests=false" | ||
| 11 | 12 | ||
| 12 | # gobject-introspection is mandatory and cannot be configured | 13 | # gobject-introspection is mandatory and cannot be configured |
| 13 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| @@ -19,9 +20,8 @@ PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend= | |||
| 19 | PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" | 20 | PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" |
| 20 | PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" | 21 | PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" |
| 21 | PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" | 22 | PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" |
| 22 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,python3-dbusmock-native" | ||
| 23 | 23 | ||
| 24 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests','', d)}" | 24 | PACKAGECONFIG ??= "" |
| 25 | 25 | ||
| 26 | inherit pkgconfig gnomebase gettext gobject-introspection vala features_check | 26 | inherit pkgconfig gnomebase gettext gobject-introspection vala features_check |
| 27 | 27 | ||
