summaryrefslogtreecommitdiff
path: root/package/directfb
AgeCommit message (Collapse)Author
2008-10-09Fix dependency on libungifThiago A. Corrêa
2008-10-09Fix whitespace damageThiago A. Corrêa
2008-10-09Fix dependencies in directfb config optionsThiago A. Corrêa
2008-10-07widen options to configure directfb, patch by Micha Nelissen ↵Thiago A. Corrêa
<micha@neli.hopto.org>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-04-01direct: don't fail clean target if directory doesn't existPeter Korsgaard
Patch by Hebbar.
2007-11-16fix 0001595 issueIvan 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-25- make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-12Remove whitespaceUlf Samuelsson
2007-09-05Bump DirectFB version, and enable/disable X11Ulf Samuelsson
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-13Add dependency to linux-fusion, if DirectFB is built with multiUlf Samuelsson
2007-08-12fix DirectFB *.la path'sUlf Samuelsson
2007-08-12Bump version of DirectFB to 1.0.0 and add dependency on TSLIBUlf Samuelsson
2007-08-12Make DirectFB buildable by removing sysfs, enabling sdlUlf Samuelsson
2007-08-11Use /usr/lib instead of /lib for directfbUlf Samuelsson
2007-07-06Remove 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-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-26- force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten)Bernhard Reutner-Fischer
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-02-020.9.25.1 release moved to Old. Reported by Jack RobinsonPeter Korsgaard
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
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
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-07-10disable sdl buildEric Andersen
2006-06-23minor tweakEric Andersen
2006-04-06tyler writes:Eric Andersen
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.
2006-04-06tyler writes:Eric Andersen
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.
2005-11-24version bump #561Mike Frysinger
2005-11-24remove extra space after touchMike Frysinger
2005-09-08disable some drivers, touchup build system, and install into STAGING_DIR prefixMike Frysinger
2005-04-26http://bugs.uclibc.org/view.php?id=189Eric Andersen