diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-04-03 21:57:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-06 09:02:12 -0700 |
commit | e721f6d9444779cfd5f5de54c0cf4fe2f15fc74d (patch) | |
tree | da2cc632a1b5195cd4cf1500bafc764bd9b6a7c3 /meta-oe/recipes-connectivity | |
parent | 5c83f2da63504fc3d6bfaec3e0d149a8926f56b7 (diff) | |
download | meta-openembedded-e721f6d9444779cfd5f5de54c0cf4fe2f15fc74d.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb index 2b05c61a0..4d4e841f6 100644 --- a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb +++ b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb | |||
@@ -12,7 +12,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" | |||
12 | 12 | ||
13 | inherit autotools pkgconfig gettext gobject-introspection vala | 13 | inherit autotools pkgconfig gettext gobject-introspection vala |
14 | 14 | ||
15 | EXTRA_OECONF = "--enable-vala-bindings" | 15 | # Respect GI_DATA_ENABLED value when enabling vala-bindings: |
16 | # configure: error: GObject-Introspection must be enabled for Vala bindings | ||
17 | EXTRA_OECONF = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-vala-bindings', '--disable-vala-bindings', d)}" | ||
16 | 18 | ||
17 | FILES_${PN} += "${datadir}/telepathy \ | 19 | FILES_${PN} += "${datadir}/telepathy \ |
18 | ${datadir}/dbus-1" | 20 | ${datadir}/dbus-1" |