properly guard jxl
OBS-URL: https://build.opensuse.org/package/show/graphics:darktable/darktable?expand=0&rev=50
This commit is contained in:
parent
63d953f33c
commit
98aa50df3f
@ -47,13 +47,17 @@
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?fedora}
|
||||
%bcond_without jxl
|
||||
%bcond_without avif
|
||||
%else
|
||||
%bcond_with jxl
|
||||
%bcond_with avif
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?fedora} >= 37
|
||||
%bcond_without jxl
|
||||
%else
|
||||
%bcond_with jxl
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%bcond_without gmic
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user