diff options
author | Piotr Tworek <tworaz@tworaz.net> | 2019-08-17 23:58:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-17 22:56:49 -0700 |
commit | 1126e1e0079deb49184369646d05c3334df7f5ab (patch) | |
tree | bd582d7c7a587d45bc7b6486088a7677936b530c | |
parent | e1f04e866bb5579009a3350d0ee7387cd4ce5aa5 (diff) | |
download | meta-openembedded-1126e1e0079deb49184369646d05c3334df7f5ab.tar.gz |
telepathy-glib: Enable vala bindings
The package does offer optional vala bindings. They are used by gnome
components like folks library. Since vala bindings do not affect main
package and only add two small files in dev package enable them by
default.
Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 8bbfcc0850..2b05c61a0d 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 | |||
@@ -10,7 +10,9 @@ SRC_URI[sha256sum] = "9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7 | |||
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e" |
12 | 12 | ||
13 | inherit autotools pkgconfig gettext gobject-introspection | 13 | inherit autotools pkgconfig gettext gobject-introspection vala |
14 | |||
15 | EXTRA_OECONF = "--enable-vala-bindings" | ||
14 | 16 | ||
15 | FILES_${PN} += "${datadir}/telepathy \ | 17 | FILES_${PN} += "${datadir}/telepathy \ |
16 | ${datadir}/dbus-1" | 18 | ${datadir}/dbus-1" |