* Xaw3d: export Xaw header directory and propagate libXmu.

* Emacs: don't depend on libXaw when we're using Xaw3d.
* Enable X11R7.0 over the old XLibs.  Cross fingers :-)

svn path=/nixpkgs/trunk/; revision=4531
This commit is contained in:
Eelco Dolstra
2006-01-09 19:37:11 +00:00
parent 2346c0061b
commit 05f665116a
5 changed files with 16 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ rec {
### Symbolic names.
useOldXLibs = true;
useOldXLibs = false;
# `xlibs' is the set of X library components. This used to be the
# old modular X libraries project (called `xlibs') but now it's just
@@ -1138,7 +1138,7 @@ rec {
inherit fetchurl stdenv x11 bison;
flex = flexnew;
# !!! makedepend is impure
inherit (xlibs) xmkmf makedepend libXmu libXpm libXp;
inherit (xlibs) imake makedepend libXmu libXpm libXp;
};
libdrm = import ../development/libraries/libdrm {
@@ -1993,7 +1993,7 @@ rec {
emacs = (import ../applications/editors/emacs) {
inherit fetchurl stdenv x11 Xaw3d;
inherit (xlibs) libXaw libXpm;
xaw3dSupport = false;
xaw3dSupport = true;
};
emacs22 = (import ../applications/editors/emacs-22) {