summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com>2020-01-06 06:45:54 -0500
committerRajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com>2020-01-06 06:45:54 -0500
commitb99082adfaf250b15f03345cdf1b433fb1575581 (patch)
tree1093d3237f8bc8042b6428d10834a1014d0e1f1d
parent5abb2b497e0153210d41ec3685dc0152587625fa (diff)
downloadwayland-ivi-extension-b99082adfaf250b15f03345cdf1b433fb1575581.tar.gz
ivi-id-agent: update dependencies to build on weston 7
upgrade libweston-desktop version. Signed-off-by: Rajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com>
-rw-r--r--ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt b/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
index 3e604a5..ff47808 100644
--- a/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
+++ b/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
@@ -25,7 +25,7 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(WAYLAND_SERVER wayland-server REQUIRED)
pkg_check_modules(WESTON weston>=6.0.0 REQUIRED)
pkg_check_modules(PIXMAN pixman-1 REQUIRED)
-pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-6 REQUIRED)
+pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-7 REQUIRED)
find_package(Threads REQUIRED)