From 15d50e16051245c123bfa80671d71ca4b74b80fc Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Wed, 5 Jul 2023 01:40:57 +0000 Subject: [PATCH] qt5base: explicitly disable KMS support --- frameworks/qt5/qt5base/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/qt5/qt5base/Makefile b/frameworks/qt5/qt5base/Makefile index 1034b49..91c7074 100644 --- a/frameworks/qt5/qt5base/Makefile +++ b/frameworks/qt5/qt5base/Makefile @@ -376,6 +376,7 @@ define Build/Configure --directfb=no \ --eglfs=no \ --gbm=no \ + --kms=no \ --linuxfb=$(if $(CONFIG_PACKAGE_qt5base-plugin-platforms-linuxfb),yes,no) \ --xcb=no \ --libudev=$(if $(CONFIG_PACKAGE_qt5base-input-autodiscovery),yes,no) \ -- 2.30.2