From 1b743a18ea477ab9346e5fdc952d7ed3ce3d03b4 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Mon, 19 Jan 2015 12:51:32 -0700 Subject: [PATCH] Added OpenCL dependency to the Debian control file. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index d76be28a..d057d5af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,5 @@ wine-staging (1.7.35) UNRELEASED; urgency=low + * Added OpenCL dependency to the Debian control file. * Add support for patchinstall.sh parameters '--no-patchlist' and '--no-autoconf'. * Add support for Gentoo epatch backend to patchinstall.sh. * Automatically enable fallback method to apply patches when running from inside of a git subdirectory. diff --git a/debian/control b/debian/control index 731c4dfc..20fffb84 100644 --- a/debian/control +++ b/debian/control @@ -62,6 +62,7 @@ Build-Depends: autotools-dev, libxxf86vm-dev, linux-kernel-headers, linux-libc-dev, + opencl-headers, prelink, quilt (>= 0.46-7~), sharutils,