From e82b00a13a62499fdbca9505daaa69b35bf2f77d Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 22 Jun 2021 13:58:43 +0200 Subject: [PATCH] wam_git: Add protobuf dependency for WAM We're not currently using protobuf, but it would be of tremendous help if we are to be ready for the next integration phase which started to make use of it. Makes development much easier to do and it won't make such a big impact to have it early. Bug-AGL: SPEC-3967 Signed-off-by: Marius Vlad Change-Id: Ie35204a11a1f2e28c4fa3ce6566d17cc8c0421dd --- recipes-wam/wam/wam_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index d7245d931..9de8573fa 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca inherit cmake -DEPENDS = "glib-2.0 jsoncpp boost chromium84 libhomescreen" +DEPENDS = "glib-2.0 jsoncpp boost chromium84 libhomescreen protobuf protobuf-native" EXTRA_OECMAKE = "\ -DCMAKE_BUILD_TYPE=Release \ -- 2.16.6