]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
pipe-drver-vmgfx built only on x86
authorJan Palus <atler@pld-linux.org>
Thu, 3 Jun 2021 15:33:49 +0000 (17:33 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 3 Jun 2021 15:33:49 +0000 (17:33 +0200)
Mesa.spec

index d097d5d10138e425c4bb4bf14159156af5b1be38..e63b4e20d65d6d1587552e7a5d794c139f935e2b 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -1947,10 +1947,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
 
+%ifarch %{ix86} %{x8664} x32
 %files pipe-driver-vmwgfx
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
 %endif
+%endif
 
 # currently disabled as cannot be built with swrast
 %if %{with swr}
This page took 0.028971 seconds and 4 git commands to generate.