From 9c02d5a46140a8cddabaca25e43b4c6ce58cc9f4 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 10 Apr 2011 01:32:15 +0100 Subject: qte: enable 18bpp support This adds 18bpp framebuffer support for devices such as rokre6, utilising an old patch from mkezx. (You may need to set the framebuffer to 24bpp using fbset before starting Opie.) Signed-off-by: Paul Eggleton --- recipes/qte/qte-common_2.3.10.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/qte/qte-common_2.3.10.inc') diff --git a/recipes/qte/qte-common_2.3.10.inc b/recipes/qte/qte-common_2.3.10.inc index 2eed76d1cc..81baa96391 100644 --- a/recipes/qte/qte-common_2.3.10.inc +++ b/recipes/qte/qte-common_2.3.10.inc @@ -48,6 +48,7 @@ SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;m file://remove-unused-kbdhandler.patch \ file://disable-dup-rotation.patch \ file://fix-qte-asm-include.patch \ + file://support_18bpp.diff \ file://sharp_char.h \ file://switches.h " @@ -83,7 +84,7 @@ EXTRA_OECONF_CONFIG = "-qconfig qpe" EXTRA_OECONF_CONFIG_native = "-qconfig qpe -qvfb" EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -no-qvfb -no-xft -no-vnc -gif \ - -xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG} -depths 8,16,32" + -xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG} -depths 8,16,18,32" EXTRA_OEMAKE = "-e" # -- cgit 1.2.3-korg