diff options
author | Julien Cristau <jcristau@debian.org> | 2014-03-07 22:16:20 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2014-03-07 22:16:20 +0100 |
commit | 7f57081a8e1e7152f1480eccb60cffdf1c1c3e83 (patch) | |
tree | 48fa673f66315457288aef9b41bb3b4f3323aeed /debian/control | |
parent | d637474b442df21f6e2b5bf4d642bf3649b1a23c (diff) | |
download | mesa-7f57081a8e1e7152f1480eccb60cffdf1c1c3e83.tar.gz |
Disable opencl on kfreebsd per aboll
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 c2804967fc..ed08431fd1 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 kfreebsd-any], - libclc-dev [linux-any kfreebsd-any], + libclang-3.4-dev [linux-any], + libclc-dev [linux-any], 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/ @@ -789,7 +789,7 @@ Description: Debugging symbols for the Mesa VDPAU video acceleration drivers Package: mesa-opencl-icd Section: libs -Architecture: linux-any kfreebsd-any +Architecture: linux-any Depends: libclc-r600, ocl-icd-libopencl1, @@ -805,7 +805,7 @@ Description: free implementation of the OpenCL API -- ICD runtime Package: mesa-opencl-icd-dbg Section: debug Priority: extra -Architecture: linux-any kfreebsd-any +Architecture: linux-any Depends: mesa-opencl-icd (= ${binary:Version}), ${misc:Depends}, |