mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -10,7 +10,9 @@ SRC_URI[sha256sum] = "9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
|
||||
|
||||
inherit autotools pkgconfig gettext gobject-introspection
|
||||
inherit autotools pkgconfig gettext gobject-introspection vala
|
||||
|
||||
EXTRA_OECONF = "--enable-vala-bindings"
|
||||
|
||||
FILES_${PN} += "${datadir}/telepathy \
|
||||
${datadir}/dbus-1"
|
||||
|
||||
Reference in New Issue
Block a user