summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2018-09-24 17:48:06 +0200
committerEmre Ucan <eucan@de.adit-jv.com>2018-09-24 17:51:28 +0200
commit62c758693b8980c56f161a26fc465df9da78d08a (patch)
treec3ee194bbb7821fc8f88376f7612ee91aa274c51
parentf7b66152b3d05727295365be2c4f52c7c107f133 (diff)
downloadwayland-ivi-extension-62c758693b8980c56f161a26fc465df9da78d08a.tar.gz
weston: bump required weston version to 5.0
we made backwards incompatible changes, which requires weston 5.0. Therefore, this patch bumps required weston version Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
-rw-r--r--ivi-input-modules/ivi-input-controller/CMakeLists.txt2
-rw-r--r--weston-ivi-shell/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ivi-input-modules/ivi-input-controller/CMakeLists.txt b/ivi-input-modules/ivi-input-controller/CMakeLists.txt
index a1f2c9f..abaf599 100644
--- a/ivi-input-modules/ivi-input-controller/CMakeLists.txt
+++ b/ivi-input-modules/ivi-input-controller/CMakeLists.txt
@@ -23,7 +23,7 @@ project(ivi-input-controller)
find_package(PkgConfig REQUIRED)
pkg_check_modules(WAYLAND_SERVER wayland-server REQUIRED)
-pkg_check_modules(WESTON weston REQUIRED)
+pkg_check_modules(WESTON weston>=5.0.0 REQUIRED)
pkg_check_modules(PIXMAN pixman-1 REQUIRED)
GET_TARGET_PROPERTY(ILM_COMMON_INCLUDE_DIRS ilmCommon INCLUDE_DIRECTORIES)
diff --git a/weston-ivi-shell/CMakeLists.txt b/weston-ivi-shell/CMakeLists.txt
index 48fbedb..2eeba66 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>=4.0.0 REQUIRED)
+pkg_check_modules(WESTON weston>=5.0.0 REQUIRED)
pkg_check_modules(PIXMAN pixman-1 REQUIRED)
find_program(WAYLAND_SCANNER_EXECUTABLE NAMES wayland-scanner)