mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
libgee: fix gobject introspection support
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
This commit is contained in:
committed by
Martin Jansa
parent
00d9742ee2
commit
9ef817812c
@@ -2,7 +2,7 @@ DESCRIPTION = "libgee is a collection library providing GObject-based interfaces
|
|||||||
and classes for commonly used data structures."
|
and classes for commonly used data structures."
|
||||||
HOMEPAGE = "http://live.gnome.org/Libgee"
|
HOMEPAGE = "http://live.gnome.org/Libgee"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
DEPENDS = "glib-2.0 gobject-introspection-stub"
|
DEPENDS = "glib-2.0"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPLv2.1"
|
||||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
|||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
inherit autotools vala pkgconfig
|
inherit autotools vala pkgconfig gobject-introspection
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
|
MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4"
|
||||||
for i in ${MACROS}; do
|
for i in ${MACROS}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user