diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2026-02-13 09:09:02 +0000 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2026-02-23 08:55:09 +0000 |
| commit | b9b39343427ed40d36af53cb15ca7ec9e199c52e (patch) | |
| tree | a28c3317d84f0471c2a9a19b493f9f956cbd28fe | |
| parent | d5c07ace431cdce8c3fef848db8a5302fa38a14c (diff) | |
qtbase: remove invalid PACKAGECONFIG
There is no 'opengl' PACKAGECONFIG, choises are either gles2 or gl.
Change-Id: I662f127f978b59ef140a5ed31361c83c14134e6a
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
| -rw-r--r-- | recipes-qt/qtbase/qtbase_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qtbase/qtbase_%.bbappend b/recipes-qt/qtbase/qtbase_%.bbappend index d39ecb6..2a4fa36 100644 --- a/recipes-qt/qtbase/qtbase_%.bbappend +++ b/recipes-qt/qtbase/qtbase_%.bbappend @@ -4,6 +4,6 @@ SRC_URI += "\ file://0001-Fix-casting-of-egl.h-types.patch \ " -PACKAGECONFIG_GRAPHICS = "vulkan wayland opengl kms gbm gles2 eglfs" +PACKAGECONFIG_GRAPHICS = "vulkan wayland kms gbm gles2 eglfs" PACKAGECONFIG:remove = "xcb" QT_QPA_DEFAULT_PLATFORM = "wayland" |
