Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-30 | packages: fix xorg to compile modular and tiny versions | Peter Korsgaard | |
Based on googlecode r558 by John Voltz. | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | - sed -i -e ↵ | Bernhard Reutner-Fischer | |
"/\-[[: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 | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-08-15 | Use /usr/include as std include in Xorg | Ulf Samuelsson | |
2007-08-10 | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric 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-02-04 | - the $(XSERVER) target can be provided by different X server impls. Adjust ↵ | Bernhard Reutner-Fischer | |
users - rdesktop needs an xserver impl | |||
2007-01-25 | update DejaVu fonts to the latest | Eric Andersen | |
Fix broken keyboard handling | |||
2007-01-15 | update xorg build a bit more, trim the default set of bitmapped | Eric Andersen | |
fonts, add in the DejaVu line of unicode supporting truetype fonts | |||
2007-01-14 | some pkgconfig hacks to make things somewhat work | Eric Andersen | |
2007-01-14 | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | |
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 | |||
2007-01-11 | a copy of mcookie will come in handy... | Eric Andersen | |
2007-01-11 | more updates to ensure subsequent packages build | Eric Andersen | |
2007-01-10 | update xorg build and installation paths | Eric Andersen | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-10-14 | fix CrossCompileDir (patch by Andrew E. Milesk) | Peter Korsgaard | |
2006-10-02 | Andrew E. Mileski writes: | Eric Andersen | |
This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything. | |||
2006-09-27 | make 3.80 doesn't understand 'else ifeq(..)' | Peter Korsgaard | |
Reported by Jeff Rhyason. | |||
2006-09-26 | Proper !i386 cross compilation support | Peter Korsgaard | |
2006-07-20 | fix build and add some basic setup so it can run | Eric Andersen | |
2006-07-18 | fixup some build and dependancy problems. | Eric Andersen | |
2006-07-10 | fixup some dependancies | Eric Andersen | |
2006-07-08 | fixup xorg compile -- it now at least compiles and runs for me on x86 | Eric Andersen | |
2005-09-08 | add optional support for freetype #372 by pnoffke | Mike Frysinger | |
2005-07-15 | A little more setup | Eric Andersen | |
2005-07-15 | Install xorg modules correctly | Eric Andersen | |
2005-07-14 | Yet more xorg build fixups | Eric Andersen | |
2005-07-13 | Get it building | Eric Andersen | |
2005-07-13 | Fix some stupid bugs in the Xorg build | Eric Andersen | |
2005-06-24 | prevent whining about conflicting targets | Eric Andersen | |
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-05-12 | First pass at getting current x.org to into buildroot. | Eric Andersen | |
Still needs more polish but is a good start. |