diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-06-22 13:58:43 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2021-10-07 09:54:35 +0000 |
commit | e82b00a13a62499fdbca9505daaa69b35bf2f77d (patch) | |
tree | 8522a64dd1000ad079c39ab4c48e406ace3db073 | |
parent | a56affa977604cbc5e5e73c60fb234246e0aea4e (diff) |
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 <marius.vlad@collabora.com>
Change-Id: Ie35204a11a1f2e28c4fa3ce6566d17cc8c0421dd
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |