summaryrefslogtreecommitdiffstats
path: root/package/directfb/directfb.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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