mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
pango: import native support and --disable-introspection from meta-oe
* see http://git.openembedded.org/meta-openembedded/commit/?id=3f4c8edc60b3426dd96f76504169d742a04c1ce1 for details about --disable-introspection (From OE-Core rev: f3ff6f0d0ae3cef6f30a80fc64c251aec9dd1a01) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e1d82bf900
commit
e910451889
@@ -15,6 +15,8 @@ DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv gtk-doc-native cai
|
|||||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
||||||
PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}"
|
PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
DEPENDS_virtclass-native = "glib-2.0-native cairo-native"
|
||||||
|
|
||||||
PACKAGES_DYNAMIC = "pango-module-*"
|
PACKAGES_DYNAMIC = "pango-module-*"
|
||||||
|
|
||||||
@@ -33,6 +35,7 @@ EXTRA_AUTORECONF = ""
|
|||||||
FULL_OPTIMIZATION_arm = "-O2"
|
FULL_OPTIMIZATION_arm = "-O2"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-glibtest \
|
EXTRA_OECONF = "--disable-glibtest \
|
||||||
|
--disable-introspection \
|
||||||
--enable-explicit-deps=no \
|
--enable-explicit-deps=no \
|
||||||
--disable-debug"
|
--disable-debug"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user