summaryrefslogtreecommitdiffstats
path: root/package/qtopia4/qtopia4.mk
Commit message (Collapse)AuthorAgeFilesLines
* qt: rename qtopia4 to qtThomas Petazzoni2009-07-251-582/+0
| | | | | | | | | A while ago, Trolltech (now part of Nokia) included Qtopia directly inside Qt. So let's rename the qtopia4 package to simply qt, which will be more familiar to our users. Of course, the version we compile is Qt for Embedded Linux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qtopia4: add option for STL supportPeter Korsgaard2009-07-161-1/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qtopia4: fix typoPeter Korsgaard2009-07-081-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'qtopia-fixes' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-031-1/+3
|\
| * Bump Qtopia version to 4.5.2Thomas Petazzoni2009-07-031-1/+1
| |
| * Fix Qtopia build with external toolchainThomas Petazzoni2009-07-031-0/+2
| | | | | | | | | | | | | | | | | | | | The fixes made to qmake.conf for the cross-compiling tools were not sufficient in the case of an external toolchain, since the CFLAGS were not taken into account. And the --sysroot option contained in the CFLAGS are very important for external toolchains to work. Additionally, it makes sure that Qtopia is compiled with the proper CFLAGS, even if an external toolchain isn't used.
* | qtopia4: fix build for !QTOPIA4_SHAREDPeter Korsgaard2009-06-291-1/+1
|/ | | | | | | Only try to copy the shared objects from staging to target if QT is configured for shared objects. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Improve Qt embedded target_dir install handling and granularity. This saves ↵Thiago A. Corrêa2009-04-291-28/+113
| | | | me 600k on jffs2 compressed fs for avr32.
* Update to 4.5.1Thiago A. Corrêa2009-04-231-2/+3
|
* package/qtopia4: fix GPL download URLPeter Korsgaard2009-04-231-1/+1
| | | | Patch by Will Newton <will.newton@gmail.com>
* Workaround problem with configure for x86 crosscompile to x86 under linux.Thiago A. Corrêa2009-04-201-0/+17
|
* Qtopia4: -xmlpatterns requires -exceptions .Thiago A. Corrêa2009-04-131-1/+1
|
* Fix compile for Qt Embedded (qtopia4) based packagesThiago A. Corrêa2009-04-061-1/+3
|
* qtopia4: make qmake.conf handling more robust (fixes build for x86/x86_64/ppc)Peter Korsgaard2009-03-311-9/+23
| | | | | | | | | | | | | | qmake.conf needs to be tweaked to make QT use the correct toolchain for building, but the current approach relies on the fact that the selected platform qmake.conf has QMAKE_{CC,CXX,LINK,LINK_SHLIB,AR,OBJCOPY,RANLIB,STRIP} lines that are then adapted to the correct settings. This is true for some configs (namely arm and avr32), but not for others - Causing the build to fail (or build for the host). Instead add a QTOPIA4_QMAKE_SET macro which removes any existing lines and add the correct lines to the qmake.conf, so it works no matter if the platform provides them or not.
* Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This ↵Thiago A. Corrêa2009-03-121-2/+2
| | | | will be default now.
* Let user skip installation of the GUI module for QtopiaThiago A. Corrêa2009-03-111-0/+4
|
* qtopia4: fix and improve color/pixel depths configPeter Korsgaard2009-01-251-2/+38
| | | | | | | 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>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* qtopia4: add kconfig option to enable PhononHans-Christian Egtvedt2008-12-081-0/+16
| | | | | | | | | | | | 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>
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* qtopia4: make build verbose or silent depending on user inputHans-Christian Egtvedt2008-12-041-1/+1
| | | | | | This will make Qt compile silent unless the user specifies V=1 or VERBOSE=1 when running make.
* qtopia4: remove explisit include and library directories from configure callHans-Christian Egtvedt2008-12-011-2/+0
| | | | | | | | | This patch removes -I and -L from ./configure since it breaks cross-compiling. The inclusion of -I and -L will confuse the host compiler when compiling the host tools. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Fix Qtopia build issuesThomas Petazzoni2008-11-111-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 HeidelbergArnar Mar Sigurðsson2008-11-021-6/+11
|
* Add options to select what gfx and mouse drivers are compiled in.Arnar Mar Sigurðsson2008-10-311-2/+58
| | | | 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êa2008-10-311-1/+1
| | | | <markus.heidelberg@web.de>
* qtopia4: fix wrong compilation of qmakePeter Korsgaard2008-10-291-1/+5
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* qtopia4: fix adjustment of qmake.confPeter Korsgaard2008-10-281-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-configPeter Korsgaard2008-10-281-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: 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
|
* Greatly improve Qtopia/Qt Embedded for Linux build. Fix build, reduce the ↵Thiago A. Corrêa2008-06-281-77/+98
| | | | number of variables, add OpenSSL, XmlPatterns, Webkit and individual sql drivers to build. Improve help strings. Sorry for the large commit
* add SVG selection to Qtopia 4 and fix strip commandUlf Samuelsson2008-05-211-2/+11
|
* 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-251-64/+72
|
* update qtopia snapshot version and fix problem with qmake generated ↵John Voltz2008-04-241-72/+64
| | | | makefiles being unable to find the toolchain
* qtopia4: use .patch.$ARCH naming conventionPeter Korsgaard2008-04-231-1/+2
|
* Fix Qtopia Core 4 compile and installation and bump to version 4.4.0John Voltz2008-03-121-96/+100
|
* reordered path fixesJohn Voltz2008-03-061-8/+11
|
* Fix by Fredy YanardiThomas Lundquist2008-01-251-4/+7
|
* qtopia-4.3.2 updateIvan Kuten2007-12-181-122/+57
|
* - 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
|
* Fix some qtopia quirks, bump versionUlf Samuelsson2007-08-281-9/+10
|
* - add GIF and MMG support, fix comments a little bit, small cleanups, and ↵Bernhard Reutner-Fischer2007-08-221-49/+102
| | | | | | 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
|