Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | ||||
* | docker: requires pkgconfig, glib2 and X11 | Peter Korsgaard | 2008-10-26 | 1 | -1/+1 |
| | |||||
* | docker: strip on target install | Peter Korsgaard | 2008-10-26 | 1 | -0/+3 |
| | |||||
* | docker: s/PKGCONFIG/PKG_CONFIG/ to be consistent | Peter Korsgaard | 2008-10-26 | 1 | -0/+1 |
| | | | | Patch by Markus Heidelberg. | ||||
* | package: cleanup PKG_CONFIG_SYSROOT | Peter Korsgaard | 2008-10-26 | 1 | -4/+1 |
| | | | | | | | | PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Add glib2.0 specific include/pkconfig paths in 'docker' | Ulf Samuelsson | 2008-07-08 | 1 | -2/+5 |
| | |||||
* | pkgconfig fix for docker | John Voltz | 2008-05-02 | 1 | -1/+3 |
| | |||||
* | add alsamixergui and docker packages | John Voltz | 2008-03-20 | 1 | -0/+22 |