debian/control | 1 - debian/patches/trim-build.diff | 11 ----------- 2 files changed, 12 deletions(-)
New commits: commit 7c58376f561779ea97a0db5d494984a7afcba6eb Author: Timo Aaltonen <tjaal...@debian.org> Date: Sun Feb 21 13:48:41 2016 +0200 don't try to build wayland support, with a typo fixed it just fails to build diff --git a/debian/control b/debian/control index 2e83e9b..015d81a 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Timo Aaltonen <tjaal...@debian.org> Build-Depends: debhelper (>= 9), cmake, - libwayland-dev, libxcb1-dev, pkg-config, python3, diff --git a/debian/patches/trim-build.diff b/debian/patches/trim-build.diff index 9694798..aeace9d 100644 --- a/debian/patches/trim-build.diff +++ b/debian/patches/trim-build.diff @@ -1,16 +1,5 @@ --- 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()