- 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:
Stefan Dirsch 2024-09-23 10:59:03 +00:00 committed by Git OBS Bridge
parent e68c9f01f9
commit 9393bb7dfe
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -108,7 +108,7 @@
%if "%{flavor}" == "drivers"
%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
%endif
%else