summaryrefslogtreecommitdiffstats
path: root/package/qtopia4
Commit message (Collapse)AuthorAgeFilesLines
* qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4Peter Korsgaard2008-10-261-25/+10
| | | | | | | | 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.
* qtopia4: bump version to 4.4.3Hans-Christian Egtvedt2008-09-291-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Bump versionThiago A. Corrêa2008-09-031-1/+1
|
* Qtopia: don't build sqlite driver when SQL module is disabled.Thiago A. Corrêa2008-09-031-0/+6
|
* qtopia: fix long help text linesPeter Korsgaard2008-08-271-3/+4
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-2/+2
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-172-17/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Greatly improve Qtopia/Qt Embedded for Linux build. Fix build, reduce the ↵Thiago A. Corrêa2008-06-283-117/+251
| | | | number of variables, add OpenSSL, XmlPatterns, Webkit and individual sql drivers to build. Improve help strings. Sorry for the large commit
* Remove unused patchesThiago A. Corrêa2008-06-285-18480/+0
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-17/+17
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* add SVG selection to Qtopia 4 and fix strip commandUlf Samuelsson2008-05-212-2/+17
|
* Bump qtopia versionUlf Samuelsson2008-05-211-7/+5
|
* Bump qtopia versionUlf Samuelsson2008-05-111-1/+3
|
* package: s/$(STRIP)/$(STRIPCMD)/Peter Korsgaard2008-04-251-2/+2
|
* reverting r21851John Voltz2008-04-252-92/+131
|
* update qtopia snapshot version and fix problem with qmake generated ↵John Voltz2008-04-242-131/+92
| | | | makefiles being unable to find the toolchain
* qtopia4: use .patch.$ARCH naming conventionPeter Korsgaard2008-04-236-1/+2
|
* Fix Qtopia Core 4 compile and installation and bump to version 4.4.0John Voltz2008-03-122-124/+159
|
* reordered path fixesJohn Voltz2008-03-061-8/+11
|
* Fix by Fredy YanardiThomas Lundquist2008-01-251-4/+7
|
* qtopia-4.3.2 updateIvan Kuten2007-12-184-128/+6320
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Document bugs in qtopia build, remove qt-mouse-tslib which breaks the buildUlf Samuelsson2007-09-261-1/+7
|
* Update qtopia4 AVR32 patch to 4.3.1 (makes ARM work as well)Ulf Samuelsson2007-09-232-0/+6146
|
* Fix some qtopia quirks, bump versionUlf Samuelsson2007-08-282-9/+16
|
* - add GIF and MMG support, fix comments a little bit, small cleanups, and ↵Bernhard Reutner-Fischer2007-08-222-49/+117
| | | | | | avoid building Qtopia examples. Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* - fix patching in the correct target cflags (Thiago A. Corr^ea)Bernhard Reutner-Fischer2007-08-211-2/+2
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* Replace space by tabsUlf Samuelsson2007-07-281-19/+19
|
* Add colourdepth support to Qtopia configUlf Samuelsson2007-07-282-20/+68
|
* Add AVR32 patch for QtopiaUlf Samuelsson2007-07-281-0/+6139
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-15/+15
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-091-1/+1
| | | | Fixes build breakage as seen by Ulf et al.
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-061-1/+0
| | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-261-0/+4
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - Thomas Lundquist added qtopia4 support. Untested.Bernhard Reutner-Fischer2006-12-132-0/+331