mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
16de5f93d5
commit
f8ce4b1030
@@ -12,7 +12,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
|
|||||||
|
|
||||||
inherit autotools pkgconfig gettext gobject-introspection vala
|
inherit autotools pkgconfig gettext gobject-introspection vala
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-vala-bindings"
|
# Respect GI_DATA_ENABLED value when enabling vala-bindings:
|
||||||
|
# configure: error: GObject-Introspection must be enabled for Vala bindings
|
||||||
|
EXTRA_OECONF = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-vala-bindings', '--disable-vala-bindings', d)}"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/telepathy \
|
FILES_${PN} += "${datadir}/telepathy \
|
||||||
${datadir}/dbus-1"
|
${datadir}/dbus-1"
|
||||||
|
|||||||
Reference in New Issue
Block a user