[Pkg-sdl-commits] [libsdl2] 09/13: Do disable Vulkan explicitly, it's enabled by default

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Sep 26 22:40:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to annotated tag debian/2.0.6+dfsg1-1
in repository libsdl2.

commit 34c93dd429d44ab9db19e38fd69aced20fc0ac1a
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Wed Sep 27 00:06:56 2017 +0200

    Do disable Vulkan explicitly, it's enabled by default
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c3a97d8..ccab775 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ ifeq (kfreefsd,$(findstring kfreebsd,$(DEB_HOST_ARCH_CPU)))
 endif
 
 # the SDL module for Vulkan not compiling even in Linux at the moment
-#confflags += --disable-video-vulkan
+confflags += --disable-video-vulkan
 
 # disable OpenGLES on Hurd, it does not support it at the moment
 ifeq (hurd,$(findstring hurd,$(DEB_HOST_ARCH_CPU)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git



More information about the pkg-sdl-commits mailing list