diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-26 01:11:20 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-26 01:11:20 +0000 |
commit | 6d217fe3d65950bba512bdb5b606d1209f2d7506 (patch) | |
tree | 04eadef484d4fe7a8e80eebd1a24a138d3293e31 /packages/qt4/qtopia-core_4.3.3.bb | |
parent | 5867852a8e90a31151acdd555a313ce660d4573c (diff) |
packages/qt4/: Share some more patches (no host includes, cross-compile) between Embedded and X11
-Use the CROSSARCH hack/patch on QtopiaCore as well
-Do not search /usr/include for freetype and openssl on Qt as well
-Do not build a qmake version (needed a diversion due different configure scripts)
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, 3 insertions, 0 deletions
diff --git a/packages/qt4/qtopia-core_4.3.3.bb b/packages/qt4/qtopia-core_4.3.3.bb index 65f0203ea0..b903e2b06a 100644 --- a/packages/qt4/qtopia-core_4.3.3.bb +++ b/packages/qt4/qtopia-core_4.3.3.bb @@ -1 +1,4 @@ require qtopia-core.inc +SRC_URI += " \ + file://0006-freetype-host-includes.patch;patch=1 \ + file://0007-openssl-host-includes.patch;patch=1 " |