git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c8c85a
)
packages/qt4/qt4-x11-free.inc: Set QT_LIBINFIX to an empty string to fix the packaging
author
Holger Freyther
<zecke@selfish.org>
Sat, 19 Jan 2008 23:58:37 +0000
(23:58 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Sat, 19 Jan 2008 23:58:37 +0000
(23:58 +0000)
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.
packages/qt4/qt4-x11-free.inc
patch
|
blob
|
history
diff --git
a/packages/qt4/qt4-x11-free.inc
b/packages/qt4/qt4-x11-free.inc
index
1647b07
..
2650433
100644
(file)
--- 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