mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Fix the xvinfo build.
svn path=/nixpkgs/branches/kde-4.7/; revision=27955
This commit is contained in:
parent
9725e1376f
commit
626b7cd9f4
1 changed files with 4 additions and 0 deletions
|
@ -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=\".\"";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue