Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add a choice for Xserver selection. | Bernhard Reutner-Fischer | 2007-07-24 | 1 | -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 Korsgaard | 2007-05-22 | 1 | -0/+10 |
| | |||||
* | - the $(XSERVER) target can be provided by different X server impls. Adjust ↵ | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -4/+4 |
| | | | | | | users - rdesktop needs an xserver impl | ||||
* | update DejaVu fonts to the latest | Eric Andersen | 2007-01-25 | 3 | -20/+33 |
| | | | | Fix broken keyboard handling | ||||
* | update xorg build a bit more, trim the default set of bitmapped | Eric Andersen | 2007-01-15 | 6 | -8/+71 |
| | | | | fonts, add in the DejaVu line of unicode supporting truetype fonts | ||||
* | some pkgconfig hacks to make things somewhat work | Eric Andersen | 2007-01-14 | 10 | -0/+106 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 5 | -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 Andersen | 2007-01-11 | 2 | -1/+430 |
| | |||||
* | more updates to ensure subsequent packages build | Eric Andersen | 2007-01-11 | 3 | -8/+10 |
| | |||||
* | update xorg build and installation paths | Eric Andersen | 2007-01-10 | 3 | -11/+8 |
| | |||||
* | fix deps so xorg can once again be selected | Eric Andersen | 2006-11-17 | 1 | -2/+2 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | fix CrossCompileDir (patch by Andrew E. Milesk) | Peter Korsgaard | 2006-10-14 | 1 | -1/+1 |
| | |||||
* | Andrew E. Mileski writes: | Eric Andersen | 2006-10-02 | 1 | -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 Korsgaard | 2006-09-27 | 1 | -8/+16 |
| | | | | Reported by Jeff Rhyason. | ||||
* | Proper !i386 cross compilation support | Peter Korsgaard | 2006-09-26 | 2 | -3/+42 |
| | |||||
* | let X figure out the correct mouse protocol | Eric Andersen | 2006-07-21 | 1 | -4/+4 |
| | |||||
* | fix build and add some basic setup so it can run | Eric Andersen | 2006-07-20 | 5 | -12/+167 |
| | |||||
* | fixup some build and dependancy problems. | Eric Andersen | 2006-07-18 | 1 | -13/+18 |
| | |||||
* | fixup some dependancies | Eric Andersen | 2006-07-10 | 2 | -1/+9 |
| | |||||
* | fixup xorg compile -- it now at least compiles and runs for me on x86 | Eric Andersen | 2006-07-08 | 5 | -5/+223 |
| | |||||
* | add optional support for freetype #372 by pnoffke | Mike Frysinger | 2005-09-08 | 2 | -2/+13 |
| | |||||
* | A little more setup | Eric Andersen | 2005-07-15 | 1 | -12/+9 |
| | |||||
* | Install xorg modules correctly | Eric Andersen | 2005-07-15 | 1 | -1/+1 |
| | |||||
* | Yet more xorg build fixups | Eric Andersen | 2005-07-14 | 1 | -5/+15 |
| | |||||
* | Get it building | Eric Andersen | 2005-07-13 | 1 | -14/+19 |
| | |||||
* | Fix some stupid bugs in the Xorg build | Eric Andersen | 2005-07-13 | 2 | -1/+5 |
| | |||||
* | prevent whining about conflicting targets | Eric Andersen | 2005-06-24 | 1 | -2/+1 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | First pass at getting current x.org to into buildroot. | Eric Andersen | 2005-05-12 | 6 | -0/+266 |
Still needs more polish but is a good start. |