diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-06 18:20:15 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-07-06 14:00:05 -0400 |
commit | f6140a14492184de932f436db93b52056e2e3792 (patch) | |
tree | 058f0c7a61cd5497886edf0d50c78372db8a0e28 /recipes-demo/libqtappfw/libqtappfw_git.bb | |
parent | 78883948a2f9ee25ebc24c6fcfefd031d0d3cb6f (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: I5c5b5e187651d0f30d267e1f21c0196c270859f0
Diffstat (limited to 'recipes-demo/libqtappfw/libqtappfw_git.bb')
-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 \ |