Making x11perf build.

svn path=/nixpkgs/trunk/; revision=33651
wip/yesman
Lluís Batlle i Rossell 12 years ago
parent e24eab9b87
commit 6a838a4ba1
  1. 5
      pkgs/servers/x11/xorg/overrides.nix

@ -119,6 +119,11 @@ in
'';
};
x11perf = attrs: attrs // {
NIX_CFLAGS_COMPILE = "-I${args.freetype}/include/freetype2";
buildInputs = attrs.buildInputs ++ [ args.freetype args.fontconfig ];
};
xf86inputevdev = attrs: attrs // {
preBuild = "sed -e '/motion_history_proc/d; /history_size/d;' -i src/*.c";
buildInputs = attrs.buildInputs ++ [xorg.kbproto xorg.libxkbfile xorg.randrproto];

Loading…
Cancel
Save