SHA256
1
0
forked from pool/Mesa

Accepting request 459625 from home:AndreasSchwab:f

- Use --enable-gallium-llvm only if llvm is available

OBS-URL: https://build.opensuse.org/request/show/459625
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=578
This commit is contained in:
Stefan Dirsch 2017-02-22 09:41:13 +00:00 committed by Git OBS Bridge
parent 45730c04a6
commit 6c192c086a
2 changed files with 7 additions and 0 deletions

View File

@ -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 Tue Feb 21 19:56:14 UTC 2017 - dimstar@opensuse.org

View File

@ -641,8 +641,10 @@ autoreconf -fvi
--enable-opencl-icd \ --enable-opencl-icd \
%endif %endif
--with-dri-searchpath=%{_libdir}/dri \ --with-dri-searchpath=%{_libdir}/dri \
%ifarch aarch64 %arm ppc64 ppc64le s390x %ix86 x86_64
--enable-gallium-llvm \ --enable-gallium-llvm \
--enable-llvm-shared-libs \ --enable-llvm-shared-libs \
%endif
--enable-vdpau \ --enable-vdpau \
--enable-va \ --enable-va \
--enable-xvmc \ --enable-xvmc \