- disabled intel driver on s390x

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=315
This commit is contained in:
Stefan Dirsch 2022-09-13 10:34:26 +00:00 committed by Git OBS Bridge
parent 36f278705b
commit d0f9ca0ea2
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 13 10:34:04 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- disabled intel driver on s390x
-------------------------------------------------------------------
Mon Sep 12 19:11:13 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -235,6 +235,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
-Dfreedreno=disabled \
-Dvc4=disabled \
%endif
%ifarch s390x
-Dintel=disabled
%endif
%if %{with valgrind_support}
-Dvalgrind=enabled \
%else