This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository glfw3.
commit 9f5cd18e3c3350298bb946167e30d2e309c6a5e6 Author: James Cowgill <[email protected]> Date: Sun Jun 26 23:39:54 2016 +0100 Drop build-dependency on libvulkan-dev It only appears to be used by the test applications. This should allow glfw3 to build again on the arches where vulkan failed to build. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index a55d0de..46d0148 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,6 @@ Build-Depends: extra-cmake-modules, libegl1-mesa-dev, libgl1-mesa-dev | libgl-dev, - libvulkan-dev, libwayland-dev, libx11-dev, libxcursor-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw3.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

