summaryrefslogtreecommitdiffstats
path: root/package/directfb/directfb.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* directfb: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-01-211-102/+32
| | | | Patch by Sven Neumann <s.neumann@phase-zero.de>
* directfb: tarball moved to Old/Peter Korsgaard2009-01-211-1/+1
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches ↵Ulf Samuelsson2009-01-111-6/+10
| | | | version dependent
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Adding Central config.cache optionsDaniel Laird2008-11-281-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following changes allow for use of a central configure cache file. This speeds up configuration of packages. Its use is configurable at the top level (BR2_CONFIG_CACHE - default n). Old style makefiles can use it if they use the following MACRO in makefiles: $(AUTO_CONFIGURE_TARGET) see my change to directfb.mk. New style Autotools.in will use it if you set the global option. However you can enable the global option and on a per package overrule it by doing the following: $(PKGNAME)_USE_CONFIG_CACHE = NO see fontconfig.mk for an example of this. Finally I have removed a few config variable settings which indicated no CXX compiler as this is wrong and breaks the build when using this central cache. Config.in | 8 ++++++++ package/Makefile.autotools.in | 5 ++++- package/Makefile.in | 28 +++++++++++++++++++++++++++- package/atk/atk.mk | 2 +- package/directfb/directfb.mk | 7 +------ package/fontconfig/fontconfig.mk | 3 +++ package/libglib2/libglib2.mk | 2 +- package/libgtk2/libgtk2.mk | 1 - 8 files changed, 45 insertions(+), 11 deletions(-) I would appreciate feedback on this change (I have been testing for 2-3 weeks) But I can never test all cases! If you enable the BR2_CONFIG_CACHE option some Makefile.autotools.in based packages may now break - I cannot build them all. In this case you may need to remove config options that are being hardcoded all over the place (like gtk saying we have 2 CXX compiler) or disable the use of CONFIG CACHE file like I have done in fontconfig. I can build all packages required to get WebKit on DirectFB up and running and it runs fine. I will try to resolve any issues this creates as fast as I can. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Fix dependency on libungifThiago A. Corrêa2008-10-091-0/+1
|
* widen options to configure directfb, patch by Micha Nelissen ↵Thiago A. Corrêa2008-10-071-44/+120
| | | | <micha@neli.hopto.org>
* direct: don't fail clean target if directory doesn't existPeter Korsgaard2008-04-011-1/+1
| | | | Patch by Hebbar.
* fix 0001595 issueIvan Kuten2007-11-161-0/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-1/+1
|
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-2/+2
|
* Remove whitespaceUlf Samuelsson2007-09-121-2/+2
|
* Bump DirectFB version, and enable/disable X11Ulf Samuelsson2007-09-051-1/+7
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* Add dependency to linux-fusion, if DirectFB is built with multiUlf Samuelsson2007-08-131-1/+4
|
* fix DirectFB *.la path'sUlf Samuelsson2007-08-121-0/+12
|
* Bump version of DirectFB to 1.0.0 and add dependency on TSLIBUlf Samuelsson2007-08-121-13/+24
|
* Make DirectFB buildable by removing sysfs, enabling sdlUlf Samuelsson2007-08-121-3/+4
|
* Use /usr/lib instead of /lib for directfbUlf Samuelsson2007-08-111-2/+2
|
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-061-2/+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.
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-1/+2
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten)Bernhard Reutner-Fischer2007-06-261-0/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-1/+1
|
* 0.9.25.1 release moved to Old. Reported by Jack RobinsonPeter Korsgaard2007-02-021-1/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-16/+27
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* disable sdl buildEric Andersen2006-07-101-0/+1
|
* minor tweakEric Andersen2006-06-231-2/+2
|
* tyler writes:Eric Andersen2006-04-061-2/+5
| | | | | | libdirectfb* is copied to target, but when the package builds it also builds libdirect* and libfusion*, which libdirectfb will call upon, but they are not copied along with libdirectfb.
* tyler writes:Eric Andersen2006-04-061-2/+2
| | | | | | | | | | | Building DirectFB compiles fine and installs fine, but when running on the target the libraries look for DirectFB modules within a path that was defined as $(PREFIX) during the build. Under buildroot PREFIX is set to $(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies. Instead, it should be built such that PREFIX=/usr then have prefix & exec_prefix set to $(STAGING_DIR)/usr when it's time to install.
* version bump #561Mike Frysinger2005-11-241-1/+1
|
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* disable some drivers, touchup build system, and install into STAGING_DIR prefixMike Frysinger2005-09-081-5/+7
|
* http://bugs.uclibc.org/view.php?id=189Eric Andersen2005-04-261-0/+73