3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xorg-server: Enable X security extensions (xcsecurity).

Fixes <https://issues.guix.gnu.org/23317>.

* gnu/packages/xorg.scm (xorg-server)
[configure-flags]: Add --enable-xcsecurity.
This commit is contained in:
Maxim Cournoyer 2021-11-14 01:19:03 -05:00
parent 5be685f554
commit 87b4c66b72
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5470,6 +5470,9 @@ by the Xorg server.")
;; It's not used anyway, so set it to empty.
"--with-default-font-path="
;; Enable the X security extensions (ssh -X).
"--enable-xcsecurity"
;; The default is to use "uname -srm", which captures the kernel
;; version and makes builds non-reproducible.
"--with-os-name=GNU"