gdk-pixbuf: adding variant version constraint (#44645)

Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
This commit is contained in:
Teague Sterling 2024-06-10 16:40:21 -07:00 committed by GitHub
parent 437b259829
commit 211ad9e7d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ class GdkPixbuf(Package):
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)")
# Man page creation was getting docbook errors, see issue #18853
variant("man", default=False, description="Enable man page creation")