diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-06 18:20:15 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-06-06 18:26:05 -0400 |
commit | 6d869cb805058bb5be8e2eac93853d430076bcdc (patch) | |
tree | 5b45deaba04934f8485db40faa767f38ea31bad3 /recipes-demo | |
parent | 2d38bf45515463dbe56a67029577834c1d941051 (diff) |
libqtappfw: add qtwebsockets dependency
At least for the near future, the KUKSA.val support for vehicle
signals in libqtappfw will use the VISS standard websocket
interface scheme, so add qtwebsockets as a build dependency.
Bug-AGL: SPEC-4408
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ide19b3917c623d30c76bdcfda419b9139db3c49e
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/libqtappfw/libqtappfw_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index 11e85ec08..ca6e6b1f7 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" DEPENDS = " \ qtbase \ qtdeclarative \ + qtwebsockets \ glib-2.0 \ bluez-glib \ connman-glib \ |