Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: provide download target for host packages | Peter Korsgaard | 2009-03-24 | 1 | -0/+3 |
| | |||||
* | package: add STAMP_DIR and use for host builds | Peter Korsgaard | 2009-03-19 | 1 | -15/+15 |
| | | | | | | | | | | | | | | Move stamp (dependency) files outside the (version specific) source directories, so other packages can hardcode dependencies on them instead of having to use <PACKAGE>_VERSION variables. This is important as the variables in the make rules are evaluated when the rules is seen, which might be before the dependent makefile is parsed (and hence <PACKAGE>_VERSION variable is known, screwing up stuff. The downside of this is that the package isn't automatically rebuilt when the version changes (E.G. by a svn update) and you now also have to remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild. | ||||
* | pixman: add host version | Peter Korsgaard | 2009-03-18 | 1 | -0/+40 |
| | |||||
* | pixman: fixup help text indentation | Peter Korsgaard | 2009-03-18 | 1 | -3/+2 |
| | |||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -2/+0 |
| | | | | It's default now. | ||||
* | pixman: cleanup staging + target install | Peter Korsgaard | 2008-08-26 | 1 | -2/+2 |
| | | | | | - install-data installs a subset of install / install-strip, so just drop it - use install-strip for target | ||||
* | Move pixman from package/x11r7/pixman to package/pixman | Daniel Laird | 2008-08-26 | 3 | -0/+32 |
Means we can now bounce cairo to 1.6.x series. pixman is not dependant on x libraries what so over so removed the dependencies section. Daniel Laird |