From 191f7e2b2fe09ff3276efb68ca91c853291d41f8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 3 Oct 2018 12:48:51 +0100 Subject: 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. Signed-off-by: Ross Burton --- meta/recipes-graphics/pango/pango_1.42.4.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-graphics/pango/pango_1.42.4.bb') 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 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft" -EXTRA_OECONF = "--disable-debug" - LEAD_SONAME = "libpango-1.0*" LIBV = "1.8.0" -- cgit 1.2.3-korg