[Pkg-sdl-commits] [libsdl2] 05/13: Enable new Vulkan video output on Linux * adding build-depends, changes in d/rules
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 e685eee674491b9433edd6167ee9cbf28078866f
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date: Tue Sep 26 23:45:19 2017 +0200
Enable new Vulkan video output on Linux
* adding build-depends, changes in d/rules
---
debian/changelog | 6 ++++--
debian/control | 1 +
debian/rules | 5 ++++-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7df8b90..a52b0df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,17 @@
-libsdl2 (2.0.6+dfsg1-1) UNRELEASED; urgency=medium
+libsdl2 (2.0.6+dfsg1-2) 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)
[ Gianfranco Costamagna ]
* Make dev package finally multiarch
- -- Gianfranco Costamagna <locutusofborg at debian.org> Sat, 05 Aug 2017 08:54:04 +0200
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org> Tue, 26 Sep 2017 23:40:38 +0200
libsdl2 (2.0.5+dfsg1-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 3397adb..33ee8c0 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends:
libudev-dev [linux-any],
libusb2-dev [kfreebsd-any],
libusbhid-dev [kfreebsd-any],
+ libvulkan-dev [linux-any],
libwayland-dev [linux-any],
libx11-dev,
libxcursor-dev,
diff --git a/debian/rules b/debian/rules
index c3fac7c..20c9d9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ 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
@@ -26,11 +27,13 @@ ifeq ($(DEB_HOST_ARCH_CPU),ppc64el)
confflags += --disable-altivec
endif
-# disable Wayland on non-Linux, they do not support other kernels at the moment
+# disable Wayland and Vulkan on non-Linux, they do not support other kernels at the moment
ifeq (hurd,$(findstring hurd,$(DEB_HOST_ARCH_CPU)))
+ confflags += --disable-video-vulkan
confflags += --disable-video-wayland
endif
ifeq (kfreefsd,$(findstring kfreebsd,$(DEB_HOST_ARCH_CPU)))
+ confflags += --disable-video-vulkan
confflags += --disable-video-wayland
endif
--
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