Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-02 | Fixes for Qt from Markus Heidelberg | Arnar Mar Sigurðsson | |
2008-10-31 | Add 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-31 | fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg ↵ | Thiago A. Corrêa | |
<markus.heidelberg@web.de> | |||
2008-10-29 | qtopia4: fix wrong compilation of qmake | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2008-10-28 | qtopia4: fix adjustment of qmake.conf | Peter Korsgaard | |
Extend the regexp to match spaces and also tabs to replace the qmake variables with the proper buildroot values. Also use TARGET_AR and TARGET_STRIP instead of using TARGET_CROSS and set a variable for qmake.conf to shorten the command line. Patch by Markus Heidelberg | |||
2008-10-28 | qtopia4: fix use of pkg-config | Peter Korsgaard | |
When cross compiling, Qt sets PKG_CONFIG in its own configure script to an empty string. That leads to not using pkg-config. To avoid that, use the configure option -force-pkg-config. Also set environment variables for pkg-config defined in TARGET_CONFIGURE_OPTS. Patch by Markus Heidelberg. See http://buildroot.uclibc.org/lists/buildroot/2008-October/011324.html for more details. | |||
2008-10-26 | qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4 | Peter 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-09-29 | qtopia4: bump version to 4.4.3 | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-09-03 | Bump version | Thiago A. Corrêa | |
2008-09-03 | Qtopia: don't build sqlite driver when SQL module is disabled. | Thiago A. Corrêa | |
2008-08-27 | qtopia: fix long help text lines | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-28 | Greatly 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-28 | Remove unused patches | Thiago A. Corrêa | |
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-05-21 | add SVG selection to Qtopia 4 and fix strip command | Ulf Samuelsson | |
2008-05-21 | Bump qtopia version | Ulf Samuelsson | |
2008-05-11 | Bump qtopia version | Ulf Samuelsson | |
2008-04-25 | package: s/$(STRIP)/$(STRIPCMD)/ | Peter Korsgaard | |
2008-04-25 | reverting r21851 | John Voltz | |
2008-04-24 | update qtopia snapshot version and fix problem with qmake generated ↵ | John Voltz | |
makefiles being unable to find the toolchain | |||
2008-04-23 | qtopia4: use .patch.$ARCH naming convention | Peter Korsgaard | |
2008-03-12 | Fix Qtopia Core 4 compile and installation and bump to version 4.4.0 | John Voltz | |
2008-03-06 | reordered path fixes | John Voltz | |
2008-01-25 | Fix by Fredy Yanardi | Thomas Lundquist | |
2007-12-18 | qtopia-4.3.2 update | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-26 | Document bugs in qtopia build, remove qt-mouse-tslib which breaks the build | Ulf Samuelsson | |
2007-09-23 | Update qtopia4 AVR32 patch to 4.3.1 (makes ARM work as well) | Ulf Samuelsson | |
2007-08-28 | Fix some qtopia quirks, bump version | Ulf Samuelsson | |
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-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | - fix patching in the correct target cflags (Thiago A. Corr^ea) | Bernhard Reutner-Fischer | |
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-07-28 | Replace space by tabs | Ulf Samuelsson | |
2007-07-28 | Add colourdepth support to Qtopia config | Ulf Samuelsson | |
2007-07-28 | Add AVR32 patch for Qtopia | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-07-09 | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | |
Fixes build breakage as seen by Ulf et al. | |||
2007-07-06 | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | |
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. | |||
2007-06-26 | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2006-12-13 | - Thomas Lundquist added qtopia4 support. Untested. | Bernhard Reutner-Fischer | |