gnu: lightdm: Install documentation.
* gnu/packages/display-managers.scm (lightdm) [configure-flags]: Add --enable-gtk-doc.
This commit is contained in:
		
							parent
							
								
									dbbb1dcd65
								
							
						
					
					
						commit
						adbdd07e45
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -276,6 +276,7 @@ experience for your users, your family and yourself")
 | 
				
			||||||
       '(#:parallel-tests? #f           ; fails when run in parallel
 | 
					       '(#:parallel-tests? #f           ; fails when run in parallel
 | 
				
			||||||
         #:configure-flags
 | 
					         #:configure-flags
 | 
				
			||||||
         (list "--localstatedir=/var"
 | 
					         (list "--localstatedir=/var"
 | 
				
			||||||
 | 
					               "--enable-gtk-doc"
 | 
				
			||||||
               ;; Otherwise the test suite fails on such a warning.
 | 
					               ;; Otherwise the test suite fails on such a warning.
 | 
				
			||||||
               "CFLAGS=-Wno-error=missing-prototypes")
 | 
					               "CFLAGS=-Wno-error=missing-prototypes")
 | 
				
			||||||
         #:phases
 | 
					         #:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue