[oe-commits] org.oe.dev konqueror-embedded: improve 20070316 version

bluelightning commit oe at amethyst.openembedded.net
Mon Sep 1 18:35:54 UTC 2008


konqueror-embedded: improve 20070316 version
 * Enable rtti (requires libqpe-opie with enabled rtti)
 * Change from qpe to road GUI

Author: bluelightning at openembedded.org
Branch: org.openembedded.dev
Revision: e30b32245314b0a9fc5b49e8c78a9927583e0c69
ViewMTN: http://monotone.openembedded.org/revision/info/e30b32245314b0a9fc5b49e8c78a9927583e0c69
Files:
1
packages/konqueror/konqueror-embedded_20070316.bb
Diffs:

#
# mt diff -r55b34e18fb3d7339469df7a0b9ddb814d8819571 -re30b32245314b0a9fc5b49e8c78a9927583e0c69
#
#
#
# patch "packages/konqueror/konqueror-embedded_20070316.bb"
#  from [86f01914d98db2ca4443578b2001273781984d3e]
#    to [52f0903096648402a9ab125d07ab48ac699a6d98]
#
============================================================
--- packages/konqueror/konqueror-embedded_20070316.bb	86f01914d98db2ca4443578b2001273781984d3e
+++ packages/konqueror/konqueror-embedded_20070316.bb	52f0903096648402a9ab125d07ab48ac699a6d98
@@ -4,7 +4,7 @@ LICENSE = "LGPL GPL"
 HOMEPAGE = "http://www.konqueror.org/"
 DEPENDS = "openssl libpcre virtual/libqte2 dcopidl-native dcopidl2cpp-native"
 LICENSE = "LGPL GPL"
-PR = "r5"
+PR = "r6"
 
 # this Konqueror needs the KDEDIR set and the font helvetica installed on the target
 
@@ -22,7 +22,7 @@ export UIC = "${STAGING_BINDIR_NATIVE}/u
 export UIC = "${STAGING_BINDIR_NATIVE}/uic"
 #export exec_prefix = "${palmtopdir}"
 #export CXXFLAGS = "-fexceptions -frtti -DKJS_VERBOSE=1 -DQT_THREAD_SUPPORT -DQ_OS_UNIX -DQT_NO_DOM -DENABLE_BOOKMARKS"
-export CXXFLAGS = "-fexceptions -fno-rtti -DKJS_VERBOSE=1 -DQT_THREAD_SUPPORT -DQ_OS_UNIX -DENABLE_BOOKMARKS"
+export CXXFLAGS = "-fexceptions -frtti -DKJS_VERBOSE=1 -DQT_THREAD_SUPPORT -DQ_OS_UNIX -DENABLE_BOOKMARKS"
 export PCRE_CONFIG = "invalid"
 # uncomment this for a static build
 # EXTRAFLAGS = "-lts"
@@ -47,7 +47,7 @@ EXTRA_OECONF = '--prefix=${palmtopdir} \
 	--disable-static \
 	--enable-shared \
 	--disable-debug \
-	--with-gui=qpe \
+	--with-gui=road \
 	--with-ipv6-lookup=no \
 	--without-xinerama \
 #	--disable-scrollbars \
@@ -63,7 +63,7 @@ EXTRA_OECONF = '--prefix=${palmtopdir} \
 	--disable-selection \
 	--enable-final \
 	--enable-qt-embedded \
-#	--enable-rtti-embedded \
+	--enable-rtti-embedded \
 	--enable-mt \
 	--enable-qpe \
 	--enable-qt-mt \






More information about the Openembedded-commits mailing list