gnu: tigervnc-server: Clean up comments.

* gnu/packages/tigervnc.scm (tigervnc-server): Clean up comments.
master
Danny Milosavljevic 2019-10-02 01:27:23 +02:00
parent 04784d217a
commit d8de38563b
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ application which is needed to connect to VNC servers.")
"--disable-xorg"
"--disable-dmx"
"--disable-xwin"
"--disable-xephyr" ; Is this necessary? (*)
"--disable-xephyr"
"--disable-kdrive"
;; "--disable-config-dbus" ; This was a warning.
"--disable-config-hal"
@ -148,7 +148,7 @@ application which is needed to connect to VNC servers.")
"--disable-dri2"
;; "--enable-install-libxf86config" ; This, too, was a warning.
"--enable-glx")
(delete "--enable-xephyr" ,flags))) ; Is this necessary? (*)
(delete "--enable-xephyr" ,flags)))
((#:modules modules)
`(append '((ice-9 ftw)
(ice-9 match)