Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-23 | minor tweak | Eric Andersen | |
2006-04-06 | tyler 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-06 | tyler 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-24 | version bump #561 | Mike Frysinger | |
2005-11-24 | remove extra space after touch | Mike Frysinger | |
2005-09-08 | disable some drivers, touchup build system, and install into STAGING_DIR prefix | Mike Frysinger | |
2005-04-26 | http://bugs.uclibc.org/view.php?id=189 | Eric Andersen | |