[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

vulkan: Changes to 'debian-unstable'



 debian/control                 |    1 +
 debian/patches/trim-build.diff |   11 +++++++++++
 2 files changed, 12 insertions(+)

New commits:
commit 896be361f5e31550123d98c33cb230114eb4c642
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Thu Feb 18 11:15:17 2016 +0200

    enable waylang platform

diff --git a/debian/control b/debian/control
index 3a41e62..cb80840 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Timo Aaltonen <tjaalton@debian.org>
 Build-Depends: debhelper (>= 9),
  cmake,
+ libwayland-dev,
  libxcb1-dev,
  pkg-config,
  quilt,
diff --git a/debian/patches/trim-build.diff b/debian/patches/trim-build.diff
index aeace9d..9694798 100644
--- a/debian/patches/trim-build.diff
+++ b/debian/patches/trim-build.diff
@@ -1,5 +1,16 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
+@@ -31,8 +31,8 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux
+ #   add_definitions(-DVK_USE_PLATFORM_MIR_KHR)
+ #   set(DisplayServer Mir)
+ 
+-#   add_definitions(-DVK_USEPLATFORM_WAYLAND_KHR)
+-#   set(DisplayServer Wayland)
++    add_definitions(-DVK_USEPLATFORM_WAYLAND_KHR)
++    set(DisplayServer Wayland)
+ 
+ else()
+     message(FATAL_ERROR "Unsupported Platform!")
 @@ -65,10 +65,10 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_C
  endif()
  


Reply to: