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"