diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb index eb42e62f45..dc7f2b6f7f 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb | |||
| @@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native" | 5 | DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native" |
| 6 | 6 | ||
| 7 | inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache useradd | 7 | inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache useradd features_check |
| 8 | |||
| 9 | REQUIRED_DISTRO_FEATURES = "gobject-introspection" | ||
| 8 | 10 | ||
| 9 | SRC_URI = " \ | 11 | SRC_URI = " \ |
| 10 | git://github.com/blueman-project/blueman.git;protocol=https;branch=2-3-stable \ | 12 | git://github.com/blueman-project/blueman.git;protocol=https;branch=2-3-stable \ |
