diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-27 01:53:46 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-27 01:53:46 +0000 |
commit | d56b2bb2b2fc7c78ef3c405336187926464943ed (patch) | |
tree | 18fea1c32f046bb09efb618ff17bc6fa44a78bf9 /packages/qt4/qtopia-core_4.3.3.bb | |
parent | ed5018647cb34f2fb0696a5fa54d8098bc2edf7f (diff) |
Qt4/QtopiaCore4: Backport QT_LIBINFIX to add a suffix to libraries. Adapt qmake
Add the 'E' suffix to QtopiaCore libraries. This allows to install both
qtopiacore, qt/X11 at the same time.
Diffstat (limited to 'packages/qt4/qtopia-core_4.3.3.bb')
-rw-r--r-- | packages/qt4/qtopia-core_4.3.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/qt4/qtopia-core_4.3.3.bb b/packages/qt4/qtopia-core_4.3.3.bb index b903e2b06a..9dad97f49a 100644 --- a/packages/qt4/qtopia-core_4.3.3.bb +++ b/packages/qt4/qtopia-core_4.3.3.bb @@ -1,4 +1,5 @@ require qtopia-core.inc SRC_URI += " \ file://0006-freetype-host-includes.patch;patch=1 \ - file://0007-openssl-host-includes.patch;patch=1 " + file://0007-openssl-host-includes.patch;patch=1 \ + file://0008-backport-qt-lib-infix.patch;patch=1" |