Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Qtopia build issues | Thomas Petazzoni | 2008-11-11 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes two Qtopia build issues, encountered while trying to use system implementation of zlib, freetype, jpeg and libpng : * The build process doesn't look in $(STAGING_DIR)/usr/include for includes and $(STAGING_DIR)/usr/lib. Same problem as the patch currently floating around adding LDFLAGS to TARGET_CONFIGURE_OPTS, but as Qtopia doesn't use TARGET_CONFIGURE_OPTS, we need a specific fix here. So we use the -I and -L options of Qtopia's configure script. * The build process doesn't use pkg-config to get the header path for Freetype headers (located in $(STAGING_DIR)/usr/include/freetype2 and not directly in $(STAGING_DIR)/usr/include/). There was already a fix for this, consisting in adding $(FREETYPE_DIR)/include to the -I path of Qtopia's configure. This patch modifies this fix to use $(STAGING_DIR)/usr/include/freetype2 instead, which looks more coherent with how all the packages are built (using $(STAGING_DIR) as the reference to get headers and libraries). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Fixes for Qt from Markus Heidelberg | Arnar Mar Sigurðsson | 2008-11-02 | 5 | -22/+16 |
| | |||||
* | Add options to select what gfx and mouse drivers are compiled in. | Arnar Mar Sigurðsson | 2008-10-31 | 5 | -9/+121 |
| | | | | Note to tslib users: You now have to select the tslib mouse driver to build it. | ||||
* | fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg ↵ | Thiago A. Corrêa | 2008-10-31 | 1 | -1/+1 |
| | | | | <markus.heidelberg@web.de> | ||||
* | qtopia4: fix wrong compilation of qmake | Peter Korsgaard | 2008-10-29 | 1 | -1/+5 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | qtopia4: fix adjustment of qmake.conf | Peter Korsgaard | 2008-10-28 | 1 | -8/+9 |
| | | | | | | | | | 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 | ||||
* | qtopia4: fix use of pkg-config | Peter Korsgaard | 2008-10-28 | 1 | -1/+6 |
| | | | | | | | | | | | | 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. | ||||
* | qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4 | Peter Korsgaard | 2008-10-26 | 1 | -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.3 | Hans-Christian Egtvedt | 2008-09-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | Bump version | Thiago A. Corrêa | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Qtopia: don't build sqlite driver when SQL module is disabled. | Thiago A. Corrêa | 2008-09-03 | 1 | -0/+6 |
| | |||||
* | qtopia: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -3/+4 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -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 Korsgaard | 2008-07-17 | 2 | -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êa | 2008-06-28 | 3 | -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 patches | Thiago A. Corrêa | 2008-06-28 | 5 | -18480/+0 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -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 command | Ulf Samuelsson | 2008-05-21 | 2 | -2/+17 |
| | |||||
* | Bump qtopia version | Ulf Samuelsson | 2008-05-21 | 1 | -7/+5 |
| | |||||
* | Bump qtopia version | Ulf Samuelsson | 2008-05-11 | 1 | -1/+3 |
| | |||||
* | package: s/$(STRIP)/$(STRIPCMD)/ | Peter Korsgaard | 2008-04-25 | 1 | -2/+2 |
| | |||||
* | reverting r21851 | John Voltz | 2008-04-25 | 2 | -92/+131 |
| | |||||
* | update qtopia snapshot version and fix problem with qmake generated ↵ | John Voltz | 2008-04-24 | 2 | -131/+92 |
| | | | | makefiles being unable to find the toolchain | ||||
* | qtopia4: use .patch.$ARCH naming convention | Peter Korsgaard | 2008-04-23 | 6 | -1/+2 |
| | |||||
* | Fix Qtopia Core 4 compile and installation and bump to version 4.4.0 | John Voltz | 2008-03-12 | 2 | -124/+159 |
| | |||||
* | reordered path fixes | John Voltz | 2008-03-06 | 1 | -8/+11 |
| | |||||
* | Fix by Fredy Yanardi | Thomas Lundquist | 2008-01-25 | 1 | -4/+7 |
| | |||||
* | qtopia-4.3.2 update | Ivan Kuten | 2007-12-18 | 4 | -128/+6320 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Document bugs in qtopia build, remove qt-mouse-tslib which breaks the build | Ulf Samuelsson | 2007-09-26 | 1 | -1/+7 |
| | |||||
* | Update qtopia4 AVR32 patch to 4.3.1 (makes ARM work as well) | Ulf Samuelsson | 2007-09-23 | 2 | -0/+6146 |
| | |||||
* | Fix some qtopia quirks, bump version | Ulf Samuelsson | 2007-08-28 | 2 | -9/+16 |
| | |||||
* | - add GIF and MMG support, fix comments a little bit, small cleanups, and ↵ | Bernhard Reutner-Fischer | 2007-08-22 | 2 | -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-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - fix patching in the correct target cflags (Thiago A. Corr^ea) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Replace space by tabs | Ulf Samuelsson | 2007-07-28 | 1 | -19/+19 |
| | |||||
* | Add colourdepth support to Qtopia config | Ulf Samuelsson | 2007-07-28 | 2 | -20/+68 |
| | |||||
* | Add AVR32 patch for Qtopia | Ulf Samuelsson | 2007-07-28 | 1 | -0/+6139 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -15/+15 |
| | |||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -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-06 | 1 | -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_IPV6 | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -0/+4 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - Thomas Lundquist added qtopia4 support. Untested. | Bernhard Reutner-Fischer | 2006-12-13 | 2 | -0/+331 |