summaryrefslogtreecommitdiff
path: root/package/tinyx
AgeCommit message (Collapse)Author
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Reintroduce possibility to use old makefile for tiny-x as a testUlf Samuelsson
2007-08-13Avoid circular dependencyUlf Samuelsson
2007-08-13Only build tinyX if WCHAR and LOCALE is enabledUlf Samuelsson
2007-08-13Include header file defining MB_CUR_MAX to TinyXUlf Samuelsson
2007-08-13Allow use of uclibc string routines in TinyXUlf Samuelsson
2007-08-10Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
2007-07-31Use TARGET_CONFIGURE_OPTS in tinyXUlf Samuelsson
2007-07-24- add a choice for Xserver selection.Bernhard Reutner-Fischer
This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-09- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer
Fixes build breakage as seen by Ulf et al.
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-07-27Stupid make needs tabs. Fix broken whitespaceEric Andersen
2006-07-26patch from Biucchi Gabriele:Eric Andersen
Some programs (like rxvt) need x-includes and x-libraries in $(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there. copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/
2005-06-24prevent whining about conflicting targetsEric Andersen
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-05-12cleanup the tinyx build so it actually has a chance of working.Eric Andersen
This gets it so it at least compiles...
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-24merge help descriptions written by Tom CameronMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.