summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)