- disable build of rusticl on sle15; meson is just too old ...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1333
This commit is contained in:
parent
e68c9f01f9
commit
9393bb7dfe
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 10:58:19 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- disable build of rusticl on sle15; meson is just too old ...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 23 10:51:31 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Sep 23 10:51:31 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@
|
|||||||
|
|
||||||
%if "%{flavor}" == "drivers"
|
%if "%{flavor}" == "drivers"
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%if ((0%{?suse_version} >= 1550) || (0%{?sle_version} >= 150600)) && 0%{with_opencl}
|
%if 0%{?suse_version} >= 1550 && 0%{with_opencl}
|
||||||
%define with_rusticl 1
|
%define with_rusticl 1
|
||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user