nixpkgs/pkgs/servers/x11/xorg
Lluís Batlle i Rossell 585ba8c27f Big fixes in the cross build:
- Before this changes, cflags and ldflags for the native and the cross compiler
  got mixed. Not all the gcc-wrapper/gcc-cross-wrapper variables are
  independant now, but enough, I think.
- Fixed the generic stdenv expression, which did a big mess on buildInputs and
  buildNativeInputs. Now it distinguishes when there is a stdenvCross or not.
  Maybe we should have a single stdenv and forget about the stdenvCross
  adapter - this could end in a stdenv a bit complex, but simpler than the
  generic stdenv + adapter.
- Added basic support in pkgconfig for cross-builds: a single PKG_CONFIG_PATH
  now works for both the cross and the native compilers, but I think this
  should work well for most cases I can think of.
- I tried to fix the guile expression to cross-biuld; guile is built, but not
  its manual, so the derivation still fails. Guile requires patching to
  cross-build, as far as I understnad.
- Made the glibcCross build to be done through the usage of a
  gcc-cross-wrapper over the gcc-cross-stage-static, instead of using it
  directly.
- Trying to make physfs (a neverball dependency) cross build.
- Updated the gcc expression to support building a cross compiler without getting
  derivation variables mixed with those of the stdenvCross.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18534
2009-11-22 19:51:45 +00:00
..
unichrome Fixing the url for the xorg video unichrome driver. 2009-11-06 19:26:00 +00:00
builder.sh * Got rid of all --disable-static flags; they're redundant now. 2009-04-21 23:18:09 +00:00
default.nix * Fix the font packages. They need a --with-fontrootdir flag now. 2009-10-30 08:20:03 +00:00
extra.list * X.org 7.5. 2009-10-29 17:56:10 +00:00
generate-expr-from-tarballs.pl * Fix the font packages. They need a --with-fontrootdir flag now. 2009-10-30 08:20:03 +00:00
imake.patch * Fix a horrible in imake: its results depend on whether a C compiler 2006-01-11 00:21:52 +00:00
imake.sh * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
old.list * Bring back libXxf86misc and xf86miscproto. These were removed from 2009-10-29 18:25:53 +00:00
overrides.nix Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
replacements.nix * Remove ... for now. 2008-10-29 09:42:11 +00:00
tarballs-7.5.list * X.org 7.5. 2009-10-29 17:56:10 +00:00
xorgserver-dri-path.patch Updating the xorg dri path patch for dri2. 2009-11-06 21:15:59 +00:00
xorgserver-xkbcomp-path.patch * Allow the path to xkbcomp to specified in an environment variable. 2007-03-29 22:57:56 +00:00
xorgserver.sh * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00