summaryrefslogtreecommitdiff
path: root/weston-ivi-shell
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2018-04-10 09:47:17 +0200
committerEmre Ucan <eucan@de.adit-jv.com>2018-04-10 10:39:16 +0200
commit39fd1f7d825904f6821891916c4a4ef231ba97e4 (patch)
tree0297d47aa4efcfda6a793750ccc380186d99fa87 /weston-ivi-shell
parentf2f3808c88643e256d9301b027a8fcfc9e27ee7c (diff)
downloadwayland-ivi-extension-39fd1f7d825904f6821891916c4a4ef231ba97e4.tar.gz
ivi-controller: bump required weston version to 4.0
There are some interface changes in weston and ivi-shell header files. We have to bump required weston version Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'weston-ivi-shell')
-rw-r--r--weston-ivi-shell/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/weston-ivi-shell/CMakeLists.txt b/weston-ivi-shell/CMakeLists.txt
index 053f134..6f60149 100644
--- a/weston-ivi-shell/CMakeLists.txt
+++ b/weston-ivi-shell/CMakeLists.txt
@@ -24,7 +24,7 @@ project(ivi-controller)
find_package(PkgConfig REQUIRED)
pkg_check_modules(WAYLAND_SERVER wayland-server>=1.13.0 REQUIRED)
-pkg_check_modules(WESTON weston>=2.0.0 REQUIRED)
+pkg_check_modules(WESTON weston>=4.0.0 REQUIRED)
pkg_check_modules(PIXMAN pixman-1 REQUIRED)
find_program(WAYLAND_SCANNER_EXECUTABLE NAMES wayland-scanner)