diff --git a/Mesa.changes b/Mesa.changes index c5dae08..79de703 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 21 21:34:23 UTC 2017 - schwab@linux-m68k.org + +- Use --enable-gallium-llvm only if llvm is available + ------------------------------------------------------------------- Tue Feb 21 19:56:14 UTC 2017 - dimstar@opensuse.org diff --git a/Mesa.spec b/Mesa.spec index c95596f..413db60 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -641,8 +641,10 @@ autoreconf -fvi --enable-opencl-icd \ %endif --with-dri-searchpath=%{_libdir}/dri \ +%ifarch aarch64 %arm ppc64 ppc64le s390x %ix86 x86_64 --enable-gallium-llvm \ --enable-llvm-shared-libs \ +%endif --enable-vdpau \ --enable-va \ --enable-xvmc \