mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
* Fix the xvinfo build.
svn path=/nixpkgs/branches/kde-4.7/; revision=27955
This commit is contained in:
parent
9725e1376f
commit
626b7cd9f4
@ -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 New Issue
Block a user