diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2014-03-19 21:17:36 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2014-03-19 22:01:50 +0100 |
commit | ca03c0988565c2a7a6e4531904e4e96a81e1c80e (patch) | |
tree | c204ae40c8735c15dd1842882b5c3a16bda6ae81 /debian/control | |
parent | e31eb247bbf94678ecf7308e0b7257498f59eb5e (diff) | |
download | mesa-ca03c0988565c2a7a6e4531904e4e96a81e1c80e.tar.gz |
Build OpenCL only on architectures where we have LLVM enabled.
Acked-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 69e4497a5d..35f3ed037f 100644 --- a/debian/control +++ b/debian/control @@ -41,8 +41,8 @@ Build-Depends: llvm-3.4-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], libelf-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], libwayland-dev (>= 1.2.0) [linux-any], - libclang-3.4-dev [linux-any], - libclc-dev [linux-any], + libclang-3.4-dev [amd64 i386 armhf], + libclc-dev [amd64 i386 armhf], Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/mesa.git Homepage: http://mesa3d.sourceforge.net/ @@ -821,7 +821,7 @@ Description: Debugging symbols for the Mesa VDPAU video acceleration drivers Package: mesa-opencl-icd Section: libs -Architecture: linux-any +Architecture: amd64 i386 armhf Depends: libclc-r600, ocl-icd-libopencl1, @@ -837,7 +837,7 @@ Description: free implementation of the OpenCL API -- ICD runtime Package: mesa-opencl-icd-dbg Section: debug Priority: extra -Architecture: linux-any +Architecture: amd64 i386 armhf Depends: mesa-opencl-icd (= ${binary:Version}), ${misc:Depends}, |