summaryrefslogtreecommitdiffstats
path: root/package/directfb
Commit message (Collapse)AuthorAgeFilesLines
* - 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-242-18/+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-082-5/+24
|
* http://bugs.uclibc.org/view.php?id=189Eric Andersen2005-04-262-0/+84