From: Scott Murray Date: Mon, 6 Jun 2022 22:20:15 +0000 (-0400) Subject: libqtappfw: add qtwebsockets dependency X-Git-Tag: 13.0.2~16 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6d869cb805058bb5be8e2eac93853d430076bcdc;p=AGL%2Fmeta-agl-demo.git 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 Change-Id: Ide19b3917c623d30c76bdcfda419b9139db3c49e --- 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 \