gnu: tigervnc-server: Clean up comments.
* gnu/packages/tigervnc.scm (tigervnc-server): Clean up comments.
This commit is contained in:
		
							parent
							
								
									04784d217a
								
							
						
					
					
						commit
						d8de38563b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -140,7 +140,7 @@ application which is needed to connect to VNC servers.")
 | 
				
			||||||
                   "--disable-xorg"
 | 
					                   "--disable-xorg"
 | 
				
			||||||
                   "--disable-dmx"
 | 
					                   "--disable-dmx"
 | 
				
			||||||
                   "--disable-xwin"
 | 
					                   "--disable-xwin"
 | 
				
			||||||
                   "--disable-xephyr"   ; Is this necessary? (*)
 | 
					                   "--disable-xephyr"
 | 
				
			||||||
                   "--disable-kdrive"
 | 
					                   "--disable-kdrive"
 | 
				
			||||||
                   ;; "--disable-config-dbus" ; This was a warning.
 | 
					                   ;; "--disable-config-dbus" ; This was a warning.
 | 
				
			||||||
                   "--disable-config-hal"
 | 
					                   "--disable-config-hal"
 | 
				
			||||||
| 
						 | 
					@ -148,7 +148,7 @@ application which is needed to connect to VNC servers.")
 | 
				
			||||||
                   "--disable-dri2"
 | 
					                   "--disable-dri2"
 | 
				
			||||||
                   ;; "--enable-install-libxf86config" ; This, too, was a warning.
 | 
					                   ;; "--enable-install-libxf86config" ; This, too, was a warning.
 | 
				
			||||||
                   "--enable-glx")
 | 
					                   "--enable-glx")
 | 
				
			||||||
                 (delete "--enable-xephyr" ,flags))) ; Is this necessary? (*)
 | 
					                 (delete "--enable-xephyr" ,flags)))
 | 
				
			||||||
       ((#:modules modules)
 | 
					       ((#:modules modules)
 | 
				
			||||||
        `(append '((ice-9 ftw)
 | 
					        `(append '((ice-9 ftw)
 | 
				
			||||||
                   (ice-9 match)
 | 
					                   (ice-9 match)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue