gdk-pixbuf: adding variant version constraint (#44645)
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
This commit is contained in:
		| @@ -46,7 +46,7 @@ class GdkPixbuf(Package): | |||||||
|         deprecated=True, |         deprecated=True, | ||||||
|     ) |     ) | ||||||
| 
 | 
 | ||||||
|     variant("x11", default=False, description="Enable X11 support") |     variant("x11", default=False, description="Enable X11 support", when="@:2.41") | ||||||
|     variant("tiff", default=False, description="Enable TIFF support(partially broken)") |     variant("tiff", default=False, description="Enable TIFF support(partially broken)") | ||||||
|     # Man page creation was getting docbook errors, see issue #18853 |     # Man page creation was getting docbook errors, see issue #18853 | ||||||
|     variant("man", default=False, description="Enable man page creation") |     variant("man", default=False, description="Enable man page creation") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Teague Sterling
					Teague Sterling