aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qt4
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-01-19 23:58:37 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-19 23:58:37 +0000
commitf8512cbc3629216472ff1340cc060104f769621e (patch)
tree56c4fef339b6c8922709be8e61cb363a3dc17dff /packages/qt4
parent0c8c85a59e9e9c80f3b87a2dae13d67f0ddedbe3 (diff)
downloadopenembedded-f8512cbc3629216472ff1340cc060104f769621e.tar.gz
packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the packaging
libQtCore, libQtGui... should now be properly created again. I was under the false expression that ${QT_LIBINFIX} would expand to an empty string. Set QT_LIBINFIX to an empty string for the Qt4/X11 variant.
Diffstat (limited to 'packages/qt4')
-rw-r--r--packages/qt4/qt4-x11-free.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/qt4/qt4-x11-free.inc b/packages/qt4/qt4-x11-free.inc
index 1647b07fd3..2650433ec8 100644
--- a/packages/qt4/qt4-x11-free.inc
+++ b/packages/qt4/qt4-x11-free.inc
@@ -19,6 +19,7 @@ QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl"
QT_BASE_NAME = "qt4"
QT_BASE_LIB = "libqt"
QT_DIR_NAME = "qt4"
+QT_LIBINFIX = ""
require qt_depends.inc
require qt_configuration.inc
require qt_packaging.inc