diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-20 22:49:28 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-20 22:49:28 +0000 |
commit | 620b4535290d9d45724d00eaca5dde4ed4fdc2e1 (patch) | |
tree | e2dd14f09897edc7686066b181fe3de86946a27a /packages/qt4/qtopia-core.inc | |
parent | 37f1ff2ab29c485abab10005d25b363373a23dc9 (diff) |
packages/qt4/qtopia-core: Build the features that are available as plugin as plugin
-Build whatever can be build as plugin as plugin (graphics driver, mouse...)
-Change the configure script to find plugins
-Packaging needs to be done
Diffstat (limited to 'packages/qt4/qtopia-core.inc')
-rw-r--r-- | packages/qt4/qtopia-core.inc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/qt4/qtopia-core.inc b/packages/qt4/qtopia-core.inc index 05727b7c90..16f67ac629 100644 --- a/packages/qt4/qtopia-core.inc +++ b/packages/qt4/qtopia-core.inc @@ -17,7 +17,15 @@ S = "${WORKDIR}/qtopia-core-opensource-src-${PV}" QT_CONFIG_FLAGS += " \ -nomake demos -nomake examples -nomake tools -qtlibinfix E\ - -qt-mouse-tslib -qt-gfx-transformed -embedded ${QT_ARCH}" + -embedded ${QT_ARCH} \ + -qt-decoration-styled -plugin-decoration-default -plugin-decoration-windows \ + -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc\ + -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb\ + -qt-kbd-tty -qt-kbd-usb -qt-kbd-qvfb\ + ${QT_QCONFIG} \ + " + +QT_QCONFIG = "" QT_BASE_NAME = "qtopiacore" QT_BASE_LIB = "libqtopiacore" QT_DIR_NAME = "qtopia" |