summaryrefslogtreecommitdiffstats
path: root/package/xorg/xorg.mk
Commit message (Collapse)AuthorAgeFilesLines
* - 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-251-6/+19
| | | | Fix broken keyboard handling
* update xorg build a bit more, trim the default set of bitmappedEric Andersen2007-01-151-8/+45
| | | | fonts, add in the DejaVu line of unicode supporting truetype fonts
* some pkgconfig hacks to make things somewhat workEric Andersen2007-01-141-0/+5
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-5/+7
| | | | | | | | | | | | | 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-111-1/+5
|
* more updates to ensure subsequent packages buildEric Andersen2007-01-111-5/+5
|
* update xorg build and installation pathsEric Andersen2007-01-101-9/+4
|
* - 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-261-0/+22
|
* fix build and add some basic setup so it can runEric Andersen2006-07-201-10/+16
|
* fixup some build and dependancy problems.Eric Andersen2006-07-181-13/+18
|
* fixup some dependanciesEric Andersen2006-07-101-1/+7
|
* fixup xorg compile -- it now at least compiles and runs for me on x86Eric Andersen2006-07-081-4/+6
|
* add optional support for freetype #372 by pnoffkeMike Frysinger2005-09-081-0/+10
|
* 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-131-0/+4
|
* 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-121-0/+97
Still needs more polish but is a good start.