summaryrefslogtreecommitdiffstats
path: root/package/xorg
Commit message (Collapse)AuthorAgeFilesLines
* deprecate xorg 6.8John Voltz2008-03-061-0/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-3/+3
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-13/+13
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-211-3/+3
| | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* Use /usr/include as std include in XorgUlf Samuelsson2007-08-151-0/+1
|
* Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn'tEric Andersen2007-08-102-4/+3
| | | | | | 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.
* - add a choice for Xserver selection.Bernhard Reutner-Fischer2007-07-241-2/+1
| | | | This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html
* Fixup joystick.h include with modern kernel headers. Patch from #1217.Peter Korsgaard2007-05-221-0/+10
|
* - the $(XSERVER) target can be provided by different X server impls. Adjust ↵Bernhard Reutner-Fischer2007-02-041-4/+4
| | | | | | users - rdesktop needs an xserver impl
* update DejaVu fonts to the latestEric Andersen2007-01-253-20/+33
| | | | Fix broken keyboard handling
* update xorg build a bit more, trim the default set of bitmappedEric Andersen2007-01-156-8/+71
| | | | fonts, add in the DejaVu line of unicode supporting truetype fonts
* some pkgconfig hacks to make things somewhat workEric Andersen2007-01-1410-0/+106
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-145-8/+458
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* a copy of mcookie will come in handy...Eric Andersen2007-01-112-1/+430
|
* more updates to ensure subsequent packages buildEric Andersen2007-01-113-8/+10
|
* update xorg build and installation pathsEric Andersen2007-01-103-11/+8
|
* fix deps so xorg can once again be selectedEric Andersen2006-11-171-2/+2
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* fix CrossCompileDir (patch by Andrew E. Milesk)Peter Korsgaard2006-10-141-1/+1
|
* Andrew E. Mileski writes:Eric Andersen2006-10-021-1/+1
| | | | | This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything.
* make 3.80 doesn't understand 'else ifeq(..)'Peter Korsgaard2006-09-271-8/+16
| | | | Reported by Jeff Rhyason.
* Proper !i386 cross compilation supportPeter Korsgaard2006-09-262-3/+42
|
* let X figure out the correct mouse protocolEric Andersen2006-07-211-4/+4
|
* fix build and add some basic setup so it can runEric Andersen2006-07-205-12/+167
|
* fixup some build and dependancy problems.Eric Andersen2006-07-181-13/+18
|
* fixup some dependanciesEric Andersen2006-07-102-1/+9
|
* fixup xorg compile -- it now at least compiles and runs for me on x86Eric Andersen2006-07-085-5/+223
|
* add optional support for freetype #372 by pnoffkeMike Frysinger2005-09-082-2/+13
|
* A little more setupEric Andersen2005-07-151-12/+9
|
* Install xorg modules correctlyEric Andersen2005-07-151-1/+1
|
* Yet more xorg build fixupsEric Andersen2005-07-141-5/+15
|
* Get it buildingEric Andersen2005-07-131-14/+19
|
* Fix some stupid bugs in the Xorg buildEric Andersen2005-07-132-1/+5
|
* prevent whining about conflicting targetsEric Andersen2005-06-241-2/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* First pass at getting current x.org to into buildroot.Eric Andersen2005-05-126-0/+266
Still needs more polish but is a good start.