index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
tinyx
Age
Commit message (
Expand
)
Author
2007-08-22
- global whitespace trimming
Bernhard Reutner-Fischer
2007-08-22
- semicolon touchup. No other changes
Bernhard Reutner-Fischer
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...
Bernhard Reutner-Fischer
2007-08-21
Reintroduce possibility to use old makefile for tiny-x as a test
Ulf Samuelsson
2007-08-13
Avoid circular dependency
Ulf Samuelsson
2007-08-13
Only build tinyX if WCHAR and LOCALE is enabled
Ulf Samuelsson
2007-08-13
Include header file defining MB_CUR_MAX to TinyX
Ulf Samuelsson
2007-08-13
Allow use of uclibc string routines in TinyX
Ulf Samuelsson
2007-08-10
Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
Eric Andersen
2007-07-31
Use TARGET_CONFIGURE_OPTS in tinyX
Ulf Samuelsson
2007-07-24
- add a choice for Xserver selection.
Bernhard Reutner-Fischer
2007-07-11
Use <package>_VERSION in all <package>.mk instead of <package>_VER
Ulf Samuelsson
2007-07-09
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Bernhard Reutner-Fischer
2006-11-17
- add and use BR2_BZCAT config option.
Bernhard Reutner-Fischer
2006-07-27
Stupid make needs tabs. Fix broken whitespace
Eric Andersen
2006-07-26
patch from Biucchi Gabriele:
Eric Andersen
2005-06-24
prevent whining about conflicting targets
Eric Andersen
2005-06-24
be a bit more consistant with naming, always escape wildcards
Eric Andersen
2005-05-12
cleanup the tinyx build so it actually has a chance of working.
Eric Andersen
2005-02-10
There is no need to have a separate 'Makefile.in' file in the
Eric Andersen
2004-12-24
merge help descriptions written by Tom Cameron
Mike Frysinger
2004-10-09
Make the TAR_VERBOSITY option a bit more sane
Eric Andersen
2004-10-09
use $(TAR_VERBOSITY)
Mike Frysinger
2004-10-09
final step in buildroot facelift
Eric Andersen
2004-10-09
facelift step number two
Eric Andersen
2004-10-09
Remove the old 'make' directory, and populate the new 'package'
Eric Andersen