gnu: xorg-server: Set default font path to empty.

* gnu/packages/xorg.scm (xorg-server)[arguments]: Pass
"--with-default-font-path=" to #:configure-flags.
master
宋文武 2016-09-14 22:04:16 +08:00
parent b1a782b11a
commit b5b5105c3d
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 5 additions and 0 deletions

View File

@ -5132,6 +5132,11 @@ over Xlib, including:
(string-append "--with-xkb-bin-directory="
(assoc-ref %build-inputs "xkbcomp")
"/bin")
;; By default, it ends up with invalid '${prefix}/...', causes:
;; _FontTransOpen: Unable to Parse address ${prefix}/share/...
;; It's not used anyway, so set it to empty.
"--with-default-font-path="
;; For the log file, etc.
"--localstatedir=/var"