From d0f9ca0ea20d201fc4f1eb4855fda13e7781f084e3716b88bc2b0fed8375e9b9 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 13 Sep 2022 10:34:26 +0000 Subject: [PATCH] - disabled intel driver on s390x OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=315 --- libdrm.changes | 5 +++++ libdrm.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libdrm.changes b/libdrm.changes index 20d6473..0362886 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 13 10:34:04 UTC 2022 - Stefan Dirsch + +- disabled intel driver on s390x + ------------------------------------------------------------------- Mon Sep 12 19:11:13 UTC 2022 - Dirk Müller diff --git a/libdrm.spec b/libdrm.spec index fab5ece..351cf5a 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -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