mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 10:14:34 +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:
parent
9dd576b75b
commit
6a6438b1d0
@ -6,8 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
|||||||
|
|
||||||
SECTION = "x11/gnome"
|
SECTION = "x11/gnome"
|
||||||
|
|
||||||
DEPENDS = "udev gtk+3 libnotify libcanberra"
|
DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native \
|
||||||
DEPENDS += "${@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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user