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:
parent
5be685f554
commit
87b4c66b72
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue