gnu: gtk: Use architecture appropriate librsvg.
* gnu/packages/gtk.scm (gtk)[propagated-inputs]: When building for x86_64-linux use librsvg-bootstrap, otherwise use librsvg-2.40.
This commit is contained in:
		
							parent
							
								
									62da6c6169
								
							
						
					
					
						commit
						c6dde8b085
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -1340,7 +1340,9 @@ application suites.")
 | 
				
			||||||
     ;; Following dependencies are referenced in .pc files.
 | 
					     ;; Following dependencies are referenced in .pc files.
 | 
				
			||||||
     (list cairo
 | 
					     (list cairo
 | 
				
			||||||
           fontconfig
 | 
					           fontconfig
 | 
				
			||||||
 | 
					           (if (target-x86-64?)
 | 
				
			||||||
             librsvg-bootstrap
 | 
					             librsvg-bootstrap
 | 
				
			||||||
 | 
					             librsvg-2.40)
 | 
				
			||||||
           glib
 | 
					           glib
 | 
				
			||||||
           graphene
 | 
					           graphene
 | 
				
			||||||
           libepoxy
 | 
					           libepoxy
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue