mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
blueman: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
This fixes the commit 1f04864065.
The correct DISTRO_FEATURE is gobject-introspection-data.
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3174a9da4c
commit
e987fb2d91
|
|
@ -6,7 +6,7 @@ DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native"
|
|||
|
||||
inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache useradd features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection"
|
||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/blueman-project/blueman.git;protocol=https;branch=2-3-stable \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user