diff options
author | Ross Burton <ross.burton@intel.com> | 2018-10-03 12:48:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-04 14:21:41 +0100 |
commit | c097d111d5f4a04d7de5c1e21901cfdef6125924 (patch) | |
tree | a9373d2e88d176ba337f66829f8b0a31a9171e12 | |
parent | 9cdc0f090c690a06785b57136cc8026f004be6a8 (diff) | |
download | poky-c097d111d5f4a04d7de5c1e21901cfdef6125924.tar.gz |
pango: don't disable debugging
By explicitly disabling debugging we get *no* safety checks: the GLib asserts
and checks are all disabled. This is fine for absolute performance but
something that should be opt-in.
This also breaks the test suite, which relies upon the asserts to work.
(From OE-Core rev: 191f7e2b2fe09ff3276efb68ca91c853291d41f8)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.42.4.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.42.4.bb b/meta/recipes-graphics/pango/pango_1.42.4.bb index e73fd28dfd..fc610a9a5f 100644 --- a/meta/recipes-graphics/pango/pango_1.42.4.bb +++ b/meta/recipes-graphics/pango/pango_1.42.4.bb | |||
@@ -24,8 +24,6 @@ DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo h | |||
24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
25 | PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft" | 25 | PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft" |
26 | 26 | ||
27 | EXTRA_OECONF = "--disable-debug" | ||
28 | |||
29 | LEAD_SONAME = "libpango-1.0*" | 27 | LEAD_SONAME = "libpango-1.0*" |
30 | LIBV = "1.8.0" | 28 | LIBV = "1.8.0" |
31 | 29 | ||