mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gnome-bluetooth: add intltool-native dependency
* fixes: | ../gnome-bluetooth-3.18.2/configure: line 12094: syntax error near unexpected token `0.40.0' | ../gnome-bluetooth-3.18.2/configure: line 12094: `IT_PROG_INTLTOOL(0.40.0)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -6,8 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
|
||||
SECTION = "x11/gnome"
|
||||
|
||||
DEPENDS = "udev gtk+3 libnotify libcanberra"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
|
||||
DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native \
|
||||
${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \
|
||||
"
|
||||
|
||||
inherit gnomebase gtk-icon-cache gobject-introspection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user