[packages/Mesa] - clean up gallium bcond
baggins
baggins at pld-linux.org
Sun Jan 4 16:53:01 CET 2015
commit 12cbb35f9108b204f22905c6bc0a1eea0558ab71
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jan 4 15:52:48 2015 +0000
- clean up gallium bcond
Mesa.spec | 33 ++++++++++++++++++++-------------
1 file changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index bdd6ddf..9b6ee9e 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -36,6 +36,26 @@
%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)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/12cbb35f9108b204f22905c6bc0a1eea0558ab71
More information about the pld-cvs-commit
mailing list