mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
gnome-bluetooth: Look for x11 in distro features
It does not compile without it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -10,7 +10,8 @@ DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native gnome-common-native
|
|||||||
${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \
|
${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit gnomebase gtk-icon-cache gobject-introspection
|
inherit gnomebase gtk-icon-cache gobject-introspection distro_features_check
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113"
|
SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113"
|
||||||
SRC_URI[archive.sha256sum] = "d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398"
|
SRC_URI[archive.sha256sum] = "d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398"
|
||||||
|
|||||||
Reference in New Issue
Block a user