[Pkg-sdl-commits] [libsdl2] 07/13: Temporarily disable Vulkan

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 379817fbfdf889aee11796e7245b59c668afe1fc
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Tue Sep 26 23:52:07 2017 +0200

    Temporarily disable Vulkan
    
    The SDL module for Vulkan is not compiling even in Linux at the moment.
---
 debian/changelog | 2 --
 debian/rules     | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4293d6..0812d84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,6 @@ libsdl2 (2.0.6+dfsg1-1) UNRELEASED; urgency=medium
   [ Manuel A. Fernandez Montecelo ]
   * New upstream release
     - Closes: #733015
-    - Enable new Vulkan video output on Linux
-      * adding build-depends, changes in d/rules
   * Override on dh_installchangelogs to install upstream changelog (wrong
     override on dh_auto_installchangelogs before)
 
diff --git a/debian/rules b/debian/rules
index 20c9d9f..4311a49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,6 @@ confflags = --disable-rpath --enable-sdl-dlopen --disable-loadso \
             --enable-ibus \
             --disable-x11-shared --disable-video-directfb \
             --enable-video-opengles \
-            --enable-video-vulkan \
             --enable-video-wayland --disable-wayland-shared
 
 # disable autoheader (invoked automatically by autoreconf), necessary in order
@@ -37,6 +36,9 @@ ifeq (kfreefsd,$(findstring kfreebsd,$(DEB_HOST_ARCH_CPU)))
   confflags += --disable-video-wayland
 endif
 
+# the SDL module for Vulkan not compiling even in Linux at the moment
+#confflags += --disable-video-vulkan
+
 # disable OpenGLES on Hurd, it does not support it at the moment
 ifeq (hurd,$(findstring hurd,$(DEB_HOST_ARCH_CPU)))
   confflags += --disable--video-opengles

-- 
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