summaryrefslogtreecommitdiff
path: root/package/docker
AgeCommit message (Collapse)Author
2008-10-26docker: requires pkgconfig, glib2 and X11Peter Korsgaard
2008-10-26docker: strip on target installPeter Korsgaard
2008-10-26docker: s/PKGCONFIG/PKG_CONFIG/ to be consistentPeter Korsgaard
Patch by Markus Heidelberg.
2008-10-26package: cleanup PKG_CONFIG_SYSROOTPeter Korsgaard
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.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-08Add glib2.0 specific include/pkconfig paths in 'docker'Ulf Samuelsson
2008-05-02pkgconfig fix for dockerJohn Voltz
2008-03-20add alsamixergui and docker packagesJohn Voltz