summaryrefslogtreecommitdiff
path: root/ivi-input-modules
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 /ivi-input-modules
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>
Diffstat (limited to 'ivi-input-modules')
-rw-r--r--ivi-input-modules/ivi-input-controller/CMakeLists.txt2
1 files changed, 1 insertions, 1 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)