diff options
author | Chris Larson <clarson@mvista.com> | 2010-01-20 16:19:52 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2010-01-20 16:19:52 -0700 |
commit | 0b76c230a456f09e7d3704955cc22ebf875eea16 (patch) | |
tree | aeedeb3e96a48a0e06a269df9a8938d9eb75a23f | |
parent | 2f6df5f0713355be81814f65df25143aba5ea4fb (diff) |
konq-e 20060404: don't override the exec_prefix var
Signed-off-by: Chris Larson <clarson@mvista.com>
-rw-r--r-- | recipes/konqueror/konqueror-embedded_20060404.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/konqueror/konqueror-embedded_20060404.bb b/recipes/konqueror/konqueror-embedded_20060404.bb index a84f47d471..9f6ed35aeb 100644 --- a/recipes/konqueror/konqueror-embedded_20060404.bb +++ b/recipes/konqueror/konqueror-embedded_20060404.bb @@ -21,7 +21,7 @@ S = "${WORKDIR}/kdenox" export QMAKE = "${STAGING_BINDIR_NATIVE}/qmake" export MOC = "${STAGING_BINDIR_NATIVE}/moc" export UIC = "${STAGING_BINDIR_NATIVE}/uic" -export exec_prefix = "${palmtopdir}" +#export exec_prefix = "${palmtopdir}" export CXXFLAGS = "-fexceptions -frtti -DKJS_VERBOSE=1 -DQT_THREAD_SUPPORT -DQ_OS_UNIX -DQT_NO_DOM -DENABLE_BOOKMARKS" export PCRE_CONFIG = "invalid" # uncomment this for a static build |