* Fix the xvinfo build.

svn path=/nixpkgs/branches/kde-4.7/; revision=27955
This commit is contained in:
Eelco Dolstra 2011-07-26 00:04:46 +00:00
parent 9725e1376f
commit 626b7cd9f4

View file

@ -152,6 +152,10 @@ in
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
};
xvinfo = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [xorg.libXext];
};
xkbcomp = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-DDFLT_XKB_CONFIG_ROOT=\".\"";
};