From 8e50ddc4839d4537425132599cb60ba0d5b546cd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 9 Aug 2009 08:24:10 +0200 Subject: qt4-x11-free.inc: Do not override the var set by qt4-x11-free-gles Another attempt to fix the dependencies of qt4-x11-free-gles. Do not make libqt4-FOO-dev depend on qt4-x11-free-gles which will drag in more dependencies. A better fix would be to build the OpenVG graphicsengine unconditionally and build the screendriver out of this tree and install it as a plugin. Do the same change to qt4-embedded.inc. --- recipes/qt4/qt4-x11-free.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/qt4/qt4-x11-free.inc') diff --git a/recipes/qt4/qt4-x11-free.inc b/recipes/qt4/qt4-x11-free.inc index 6ca20561cd..59c973f208 100644 --- a/recipes/qt4/qt4-x11-free.inc +++ b/recipes/qt4/qt4-x11-free.inc @@ -24,8 +24,8 @@ S = "${WORKDIR}/qt-x11-opensource-src-${PV}" QT_GLFLAGS ?= "-no-opengl" QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" -QT_BASE_NAME = "qt4" -QT_BASE_LIB = "libqt" +QT_BASE_NAME ?= "qt4" +QT_BASE_LIB ?= "libqt" QT_DIR_NAME = "qt4" QT_LIBINFIX = "" -- cgit 1.2.3-korg