summaryrefslogtreecommitdiff
path: root/package/directfb/directfb.mk
AgeCommit message (Collapse)Author
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