3
0
Fork 0
forked from mirrors/nixpkgs

xorg-server: Enable the SECURITY extension

This allows "ssh -X" to do the right thing.
This commit is contained in:
Eelco Dolstra 2012-09-18 17:10:36 -04:00
parent 2322899a1f
commit f590586775

View file

@ -168,6 +168,7 @@ in
};
xorgserver = attrs: attrs // {
configureFlags = "--enable-xcsecurity"; # enable SECURITY extension
patches = [./xorgserver-dri-path.patch ./xorgserver-xkbcomp-path.patch];
buildInputs = attrs.buildInputs ++
[ args.zlib args.udev args.mesa args.dbus.libs