forked from mirrors/nixpkgs
xorg-server: Enable the SECURITY extension
This allows "ssh -X" to do the right thing.
This commit is contained in:
parent
2322899a1f
commit
f590586775
|
@ -168,6 +168,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
xorgserver = attrs: attrs // {
|
xorgserver = attrs: attrs // {
|
||||||
|
configureFlags = "--enable-xcsecurity"; # enable SECURITY extension
|
||||||
patches = [./xorgserver-dri-path.patch ./xorgserver-xkbcomp-path.patch];
|
patches = [./xorgserver-dri-path.patch ./xorgserver-xkbcomp-path.patch];
|
||||||
buildInputs = attrs.buildInputs ++
|
buildInputs = attrs.buildInputs ++
|
||||||
[ args.zlib args.udev args.mesa args.dbus.libs
|
[ args.zlib args.udev args.mesa args.dbus.libs
|
||||||
|
|
Loading…
Reference in a new issue