Commit Graph

5 Commits

Author SHA1 Message Date
Peter Korsgaard
8a89d2b3f3 package: cleanup PKG_CONFIG_SYSROOT
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-10-26 06:19:43 +00:00
Peter Korsgaard
02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Ulf Samuelsson
b28921cd32 Add glib2.0 specific include/pkconfig paths in 'docker' 2008-07-08 05:41:44 +00:00
John Voltz
1a596bfe2f pkgconfig fix for docker 2008-05-02 11:20:00 +00:00
John Voltz
0c368b715f add alsamixergui and docker packages 2008-03-20 16:55:37 +00:00