From f6140a14492184de932f436db93b52056e2e3792 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 6 Jun 2022 18:20:15 -0400 Subject: [PATCH] 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: I5c5b5e187651d0f30d267e1f21c0196c270859f0 --- recipes-demo/libqtappfw/libqtappfw_git.bb | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.16.6