summaryrefslogtreecommitdiff
path: root/weston-ivi-shell
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2016-06-17 16:41:30 +0200
committerWataru Natsume <wataru_natsume@xddp.denso.co.jp>2016-06-28 15:21:56 +0900
commit8e013cab0b0cb348a7b9bce98a50f401e6cabb22 (patch)
tree9ff133ad374a956933163345580a41f1399c599f /weston-ivi-shell
parent851078b7bf499c334e8799f5cee181f1156f9907 (diff)
downloadwayland-ivi-extension-8e013cab0b0cb348a7b9bce98a50f401e6cabb22.tar.gz
cmake: bump required wayland version to 1.11
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'weston-ivi-shell')
-rw-r--r--weston-ivi-shell/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/weston-ivi-shell/CMakeLists.txt b/weston-ivi-shell/CMakeLists.txt
index d88694e..f97669d 100644
--- a/weston-ivi-shell/CMakeLists.txt
+++ b/weston-ivi-shell/CMakeLists.txt
@@ -23,8 +23,8 @@ cmake_minimum_required (VERSION 2.6)
project(ivi-controller)
find_package(PkgConfig REQUIRED)
-pkg_check_modules(WAYLAND_SERVER wayland-server>=1.9.0 REQUIRED)
-pkg_check_modules(WESTON weston>=1.9.0 REQUIRED)
+pkg_check_modules(WAYLAND_SERVER wayland-server>=1.11.0 REQUIRED)
+pkg_check_modules(WESTON weston>=1.11.0 REQUIRED)
pkg_check_modules(PIXMAN pixman-1 REQUIRED)
find_package(Threads REQUIRED)