summaryrefslogtreecommitdiff
path: root/package/qtopia4/Config.in
AgeCommit message (Collapse)Author
2009-03-05qtopia4: remove invalid PTHREADS_NATIVE dependencyPeter Korsgaard
2009-03-05package: convert some Config.in selects to dependsPeter Korsgaard
Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
2009-01-26package/: depend on toolchain C++ config, don't use selectPeter Korsgaard
select should only be used for package (library) dependencies.
2009-01-25qtopia4: fix and improve color/pixel depths configPeter Korsgaard
Also fix whitespace and use an existing variable for qmake.conf, which was forgotten in r23828, though it's only commented out. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-12-08qtopia4: add kconfig option to enable PhononHans-Christian Egtvedt
This patch adds a kconfig option to enable Phonon when configuring Qt. Phonon is the multimedia API from KDE 4 which has been integrated into Qt 4.4. For playback under Linux the GStreamer multimedia framework is used. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-11-02Fixes for Qt from Markus HeidelbergArnar Mar Sigurðsson
2008-10-31Add options to select what gfx and mouse drivers are compiled in.Arnar Mar Sigurðsson
Note to tslib users: You now have to select the tslib mouse driver to build it.
2008-10-26qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4Peter Korsgaard
Use one conditional if statement instead of several single "depends on". Patch by Markus Heidelberg. Cleaned up trailing white space while we're at it.
2008-08-27qtopia: fix long help text linesPeter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-28Greatly improve Qtopia/Qt Embedded for Linux build. Fix build, reduce the ↵Thiago A. Corrêa
number of variables, add OpenSSL, XmlPatterns, Webkit and individual sql drivers to build. Improve help strings. Sorry for the large commit
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-05-21add SVG selection to Qtopia 4 and fix strip commandUlf Samuelsson
2008-04-25reverting r21851John Voltz
2008-04-24update qtopia snapshot version and fix problem with qmake generated ↵John Voltz
makefiles being unable to find the toolchain
2008-03-12Fix Qtopia Core 4 compile and installation and bump to version 4.4.0John Voltz
2007-12-18qtopia-4.3.2 updateIvan Kuten
2007-08-22- add GIF and MMG support, fix comments a little bit, small cleanups, and ↵Bernhard Reutner-Fischer
avoid building Qtopia examples. Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
2007-07-28Replace space by tabsUlf Samuelsson
2007-07-28Add colourdepth support to Qtopia configUlf Samuelsson
2006-12-13- Thomas Lundquist added qtopia4 support. Untested.Bernhard Reutner-Fischer