From 88efd33036d210c2619524cd30111fd20c087fac Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 6 Jul 2022 10:01:45 +0000 Subject: [PATCH] qthttpserver: add PACKAGECONFIG for websocket Add PACKAGECONFIG for the optional WebSockets integration. Change-Id: Id5f693be968e51fbae6fca9bc712d61eee0bfc54 Reviewed-by: Tarja Sundqvist (cherry picked from commit b12809e2d898e02e2494272bbdb830e91df67b78) Reviewed-by: Qt Cherry-pick Bot --- recipes-qt/qt6/qthttpserver_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-qt/qt6/qthttpserver_git.bb b/recipes-qt/qt6/qthttpserver_git.bb index baf4949..385a58b 100644 --- a/recipes-qt/qt6/qthttpserver_git.bb +++ b/recipes-qt/qt6/qthttpserver_git.bb @@ -13,3 +13,6 @@ include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6.inc DEPENDS += "qtbase" + +PACKAGECONFIG ?= "websockets" +PACKAGECONFIG[websockets] = ",,qtwebsockets"