gnu: telepathy-salut: Enable OLPC extensions.
* gnu/packages/freedesktop.scm (telepathy-salut)[arguments]: Enable OLPC support in configure flags.
This commit is contained in:
		
							parent
							
								
									0609ae7897
								
							
						
					
					
						commit
						ed63a3d9d6
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -2060,7 +2060,8 @@ share connections to real-time communication services without conflicting.")
 | 
				
			||||||
        #~(list (string-append "--prefix=" #$output)
 | 
					        #~(list (string-append "--prefix=" #$output)
 | 
				
			||||||
                "--disable-avahi-tests"
 | 
					                "--disable-avahi-tests"
 | 
				
			||||||
                "--without-ca-certificates"
 | 
					                "--without-ca-certificates"
 | 
				
			||||||
                "--disable-Werror")))
 | 
					                "--disable-Werror"
 | 
				
			||||||
 | 
					                "--enable-olpc")))
 | 
				
			||||||
      (native-inputs
 | 
					      (native-inputs
 | 
				
			||||||
       (list autoconf
 | 
					       (list autoconf
 | 
				
			||||||
             automake
 | 
					             automake
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue