Peter Korsgaard
|
0441f3c64b
|
webkit: depend on C++ + wchar support in toolkit, as icu needs it
|
2009-01-27 15:10:08 +00:00 |
|
Peter Korsgaard
|
f2b2e82138
|
webkit: revert r24983 (Disable webkit (with comment) if X is not available)
Webkit doesn't need X.
|
2009-01-27 15:02:13 +00:00 |
|
Ulf Samuelsson
|
e202b5c378
|
Disable webkit (with comment) if X is not available
|
2009-01-23 17:49:07 +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 |
|
Peter Korsgaard
|
4683420c4c
|
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
|
2008-07-17 20:01:44 +00:00 |
|
John Voltz
|
b1ca8e68ae
|
added webkit
|
2008-03-06 18:28:48 +00:00 |
|