]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- clean up gallium bcond
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Jan 2015 15:52:48 +0000 (15:52 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Jan 2015 15:52:48 +0000 (15:52 +0000)
Mesa.spec

index bdd6ddffbd43dad28935c61d9dd191b0c55045fd..9b6ee9ea4da3d8ddc321df7105eafcd245914547 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 %define                glproto_ver             1.4.14
 %define                presentproto_ver        1.0
 
+# no clang/llvm on x32 yet
+%ifarch x32
+%undefine      with_gallium
+%endif
+
+%if %{without gallium}
+%undefine      with_gallium_intel
+%undefine      with_gallium_nouveau
+%undefine      with_gallium_radeon
+%undefine      with_ocl_icd
+%undefine      with_omx
+%undefine      with_opencl
+%undefine      with_xa
+%endif
+
+%if %{without egl}
+%undefine      with_gbm
+%undefine      with_wayland
+%endif
+
 Summary:       Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
@@ -96,19 +116,6 @@ BuildRequires:      xorg-xserver-server-devel >= %{xserver_ver}
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%if %{without gallium}
-%undefine      with_gallium_intel
-%undefine      with_gallium_nouveau
-%undefine      with_ocl_icd
-%undefine      with_opencl
-%undefine      with_xa
-%endif
-
-%if %{without egl}
-%undefine      with_gbm
-%undefine      with_wayland
-%endif
-
 # libGLESv1_CM, libGLESv2, libGL, libOSMesa:
 #  _glapi_tls_Dispatch is defined in libglapi, but it's some kind of symbol ldd -r doesn't notice(?)
 # libgbm: circular dependency with libEGL (wayland_buffer_is_drm symbol)
This page took 0.029959 seconds and 4 git commands to generate.