diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-13 17:49:51 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-13 17:49:51 +0000 |
commit | 3cda6f847c00b45000d3d77a8c4b9887a1fb088b (patch) | |
tree | 82ab14389d5bd9214a9383f485dfa8bf51399678 /qte | |
parent | 085230af4910b6dcd218c090b79a1a8ad16dff78 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/08/13 19:17:44+02:00 dyndns.org!oe
base-files: export HISTFILE="" causes busybox sh to segfault on certain stuff
2004/08/13 18:21:30+02:00 uni-frankfurt.de!mickey
enable depth 32 to get alphablending working in Qt/Embedded
BKrev: 411cff3fXRvH6hCMt3dIMzrinPpOnw
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte_2.3.7.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 7f58831e2f..03d3431bcc 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL/QPL" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" -PR = "r11" +PR = "r12" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ file://qpe.patch;patch=1 \ @@ -47,7 +47,7 @@ QTE_ARCH := "${@qte_arch(d)}" EXTRA_OECONF_CONFIG = "-qconfig qpe" EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif \ - -xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG}" + -xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG} -depths 16,32" EXTRA_OEMAKE = "-e" # |