diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d2fc15f653..c679fb585c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ mesa (10.1.1-1) UNRELEASED; urgency=low * New upstream release. + * Relax ocl-icd-libopencl1 dependency to allow the generic virtual + libopencl1 as a valid alternative (Closes: #745765). -- Andreas Boll <andreas.boll.dev@gmail.com> Sat, 26 Apr 2014 16:05:08 +0200 diff --git a/debian/control b/debian/control index 91176adea0..9ace4776ec 100644 --- a/debian/control +++ b/debian/control @@ -826,7 +826,7 @@ Section: libs Architecture: amd64 i386 armhf Depends: libclc-r600, - ocl-icd-libopencl1, + ocl-icd-libopencl1 | libopencl1, ${shlibs:Depends}, ${misc:Depends}, Provides: opencl-icd |