xorg.ev: Needs libXrender

wip/yesman
Shea Levy 12 years ago
parent 1a0baad6b2
commit f0b7c9813b
  1. 4
      pkgs/servers/x11/xorg/overrides.nix

@ -150,6 +150,10 @@ in
buildInputs = attrs.buildInputs ++ [ args.freetype args.fontconfig ];
};
xev = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [ xorg.libXrender ];
};
xf86inputevdev = attrs: attrs // {
preBuild = "sed -e '/motion_history_proc/d; /history_size/d;' -i src/*.c";
NIX_CFLAGS_COMPILE = "-I${xorg.pixman}/include/pixman-1";

Loading…
Cancel
Save