Skip to content

Commit bb4db99

Browse files
committed
Fixup qt6 packaging
Signed-off-by: falkTX <[email protected]>
1 parent 415f7a7 commit bb4db99

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

global-packages/buildroot-2023.11-rc1/qt6/qt6base/qt6base.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ifeq ($(BR2_PACKAGE_QT6BASE_OPENGL_DESKTOP),y)
260260
QT6BASE_CONF_OPTS += -DFEATURE_opengl=ON -DFEATURE_opengl_desktop=ON
261261
QT6BASE_DEPENDENCIES += libgl
262262
else ifeq ($(BR2_PACKAGE_QT6BASE_OPENGL_ES2),y)
263-
QT6BASE_CONF_OPTS += -DFEATURE_opengl=ON -DFEATURE_opengles2=ON
263+
QT6BASE_CONF_OPTS += -DFEATURE_opengl=ON -DFEATURE_opengl_desktop=OFF -DFEATURE_opengles2=ON
264264
QT6BASE_DEPENDENCIES += libgles
265265
else
266266
QT6BASE_CONF_OPTS += -DFEATURE_opengl=OFF -DINPUT_opengl=no

global-packages/buildroot-2023.11-rc1/qt6/qt6core5compat/Config.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
config BR2_PACKAGE_QT6CORE5COMPAT
22
bool "qt6core5compat"
33
select BR2_PACKAGE_QT6BASE_XML
4+
select BR2_PACKAGE_QT6DECLARATIVE
45
help
56
Qt is a cross-platform application and UI framework for
67
developers using C++.

global-packages/buildroot-2023.11-rc1/qt6/qt6core5compat/qt6core5compat.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ QT6CORE5COMPAT_CONF_OPTS = \
3434

3535
QT6CORE5COMPAT_DEPENDENCIES = \
3636
host-pkgconf \
37-
qt6base
37+
qt6declarative
3838

3939
$(eval $(cmake-package))

0 commit comments

Comments
 (0)