From patchwork Tue May 29 15:08:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-kde, RFC] qt4-x11-free_4.8.0.bbappend: Fix Plasma Active by adding undocumented configure flag (--reduce-exports) Date: Tue, 29 May 2012 15:08:45 -0000 From: Samuel Stirtzel X-Patchwork-Id: 28891 Message-Id: <1338304125-5922-1-git-send-email-s.stirtzel@googlemail.com> To: openembedded-devel@lists.openembedded.org No more "Declarative scriptengine not found" errors Signed-off-by: Samuel Stirtzel --- recipes-misc-support/qt4-x11-free_4.8.0.bbappend | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/recipes-misc-support/qt4-x11-free_4.8.0.bbappend b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend index 4895893..beeb49f 100644 --- a/recipes-misc-support/qt4-x11-free_4.8.0.bbappend +++ b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend @@ -1,3 +1,6 @@ +QT_CONFIG_FLAGS_append = " --reduce-exports" + +# Build OpenGL/ES support if available QT_GLFLAGS_omap3 = "-opengl es2 " DEPENDS_append_omap3 = " libgles-omap3" DEPENDS_append_ti33x = " libgles-omap3" @@ -5,4 +8,4 @@ DEPENDS_append_ti33x = " libgles-omap3" # Needed by kdelibs QT_DISTRO_FLAGS = "-accessibility -sm" -PRINC := "${@int(PRINC) + 2}" +PRINC := "${@int(PRINC) + 3}"