[oe-commits] org.oe.dev packages/qt4/qt4-x11-free, qtopia-core: Change the order, move the config flags to the .inc files

freyther commit openembedded-commits at lists.openembedded.org
Wed Dec 26 12:17:02 UTC 2007


packages/qt4/qt4-x11-free,qtopia-core: Change the order, move the config flags to the .inc files

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: c48f617b6cde8ea25868d05e091570f0ce5218bd
ViewMTN: http://monotone.openembedded.org/revision/info/c48f617b6cde8ea25868d05e091570f0ce5218bd
Files:
1
packages/qt4/qt4-x11-free.inc
packages/qt4/qtopia-core.inc
Diffs:

#
# mt diff -rf6576dbaa43c2190b1bbac7dc6647448581d6d20 -rc48f617b6cde8ea25868d05e091570f0ce5218bd
#
# 
# 
# patch "packages/qt4/qt4-x11-free.inc"
#  from [a99292831252f324b8e9815bd93e9b728528f091]
#    to [c50e892238624fd351a31e9c766f9318663621fc]
# 
# patch "packages/qt4/qtopia-core.inc"
#  from [1e7299f590bd5852aa5b477ff9661ce4ede8a3e8]
#    to [0d29e4bbc489c30c90ac8e4dd65db22a8b35d162]
# 
============================================================
--- packages/qt4/qt4-x11-free.inc	a99292831252f324b8e9815bd93e9b728528f091
+++ packages/qt4/qt4-x11-free.inc	c50e892238624fd351a31e9c766f9318663621fc
@@ -15,11 +15,12 @@ S = "${WORKDIR}/qt-x11-opensource-src-${
 S = "${WORKDIR}/qt-x11-opensource-src-${PV}"
 
 
+QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl"
 QT_BASE_NAME = "qt4"
 QT_BASE_LIB  = "libqt"
 QT_LIBRARY_NAME = "libQt"
 QT_DIR_NAME = "qt4"
+require qt_depends.inc
 require qt_packaging.inc
-require qt_depends.inc
 
 inherit qt4x11
============================================================
--- packages/qt4/qtopia-core.inc	1e7299f590bd5852aa5b477ff9661ce4ede8a3e8
+++ packages/qt4/qtopia-core.inc	0d29e4bbc489c30c90ac8e4dd65db22a8b35d162
@@ -12,11 +12,14 @@ S = "${WORKDIR}/qtopia-core-opensource-s
 S = "${WORKDIR}/qtopia-core-opensource-src-${PV}"
 
 
+QT_CONFIG_FLAGS += " \
+    -nomake demos -nomake examples -nomake tools \
+    -qt-mouse-tslib -qt-gfx-transformed -embedded ${QT_ARCH}"
 QT_BASE_NAME = "qtopiacore"
 QT_BASE_LIB  = "libqtopiacore"
 QT_LIBRARY_NAME = "libQt"
 QT_DIR_NAME = "qtopia"
+require qt_depends.inc
 require qt_packaging.inc
-require qt_depends.inc
 
 inherit qtopia4core






More information about the Openembedded-commits mailing list