Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - sed -i -e ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -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 run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Use /usr/include as std include in Xorg | Ulf Samuelsson | 2007-08-15 | 1 | -0/+1 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | - 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 | 1 | -6/+19 |
| | | | | Fix broken keyboard handling | ||||
* | update xorg build a bit more, trim the default set of bitmapped | Eric Andersen | 2007-01-15 | 1 | -8/+45 |
| | | | | fonts, add in the DejaVu line of unicode supporting truetype fonts | ||||
* | some pkgconfig hacks to make things somewhat work | Eric Andersen | 2007-01-14 | 1 | -0/+5 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -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 Andersen | 2007-01-11 | 1 | -1/+5 |
| | |||||
* | more updates to ensure subsequent packages build | Eric Andersen | 2007-01-11 | 1 | -5/+5 |
| | |||||
* | update xorg build and installation paths | Eric Andersen | 2007-01-10 | 1 | -9/+4 |
| | |||||
* | - 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 | 1 | -0/+22 |
| | |||||
* | fix build and add some basic setup so it can run | Eric Andersen | 2006-07-20 | 1 | -10/+16 |
| | |||||
* | fixup some build and dependancy problems. | Eric Andersen | 2006-07-18 | 1 | -13/+18 |
| | |||||
* | fixup some dependancies | Eric Andersen | 2006-07-10 | 1 | -1/+7 |
| | |||||
* | fixup xorg compile -- it now at least compiles and runs for me on x86 | Eric Andersen | 2006-07-08 | 1 | -4/+6 |
| | |||||
* | add optional support for freetype #372 by pnoffke | Mike Frysinger | 2005-09-08 | 1 | -0/+10 |
| | |||||
* | 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 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -0/+97 |
Still needs more polish but is a good start. |