summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-06-18 14:20:24 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-06-19 10:26:17 +0900
commit2c136ba0ffa3f04d3479a01976ec0dd2b5433c66 (patch)
treebf445378657a1eb3a09bcb883b5187e1782251ce /protocol
parenta43cae7b2187c140689a94291b96729960f761be (diff)
downloadwayland-ivi-extension-2c136ba0ffa3f04d3479a01976ec0dd2b5433c66.tar.gz
CMakeLists: version check update to wayland/weston 1.8.0
otherwise ilm_takeSurfaceScreenshot causes SIGSEGV for weston-ivi-shell Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/CMakeLists.txt b/protocol/CMakeLists.txt
index 796fa6e..71cbbbb 100644
--- a/protocol/CMakeLists.txt
+++ b/protocol/CMakeLists.txt
@@ -22,8 +22,8 @@ cmake_minimum_required (VERSION 2.6)
project(ivi-extension-protocol)
find_package(PkgConfig REQUIRED)
-pkg_check_modules(WAYLAND_CLIENT wayland-client>=1.7.0 REQUIRED)
-pkg_check_modules(WAYLAND_SERVER wayland-server>=1.7.0 REQUIRED)
+pkg_check_modules(WAYLAND_CLIENT wayland-client>=1.8.0 REQUIRED)
+pkg_check_modules(WAYLAND_SERVER wayland-server>=1.8.0 REQUIRED)
find_program(WAYLAND_SCANNER_EXECUTABLE NAMES wayland-scanner)