diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb index 00474ce446..91cbe82ea9 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb | |||
| @@ -7,7 +7,6 @@ DEPENDS = " \ | |||
| 7 | gperf-native \ | 7 | gperf-native \ |
| 8 | itstool-native \ | 8 | itstool-native \ |
| 9 | grilo \ | 9 | grilo \ |
| 10 | tracker \ | ||
| 11 | lua \ | 10 | lua \ |
| 12 | liboauth \ | 11 | liboauth \ |
| 13 | " | 12 | " |
| @@ -19,4 +18,7 @@ inherit gnomebase gnome-help vala | |||
| 19 | SRC_URI += "file://0001-Avoid-running-trackertestutils.patch" | 18 | SRC_URI += "file://0001-Avoid-running-trackertestutils.patch" |
| 20 | SRC_URI[archive.sha256sum] = "fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb" | 19 | SRC_URI[archive.sha256sum] = "fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb" |
| 21 | 20 | ||
| 21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', 'tracker', '', d)}" | ||
| 22 | PACKAGECONFIG[tracker] = "-Denable-tracker3=yes,-Denable-tracker3=no,tracker" | ||
| 23 | |||
| 22 | FILES:${PN} += "${libdir}/grilo-0.3" | 24 | FILES:${PN} += "${libdir}/grilo-0.3" |
