|
@@ -43,6 +43,16 @@ config BR2_PACKAGE_QT6BASE_GUI
|
|
|
|
|
|
if BR2_PACKAGE_QT6BASE_GUI
|
|
|
|
|
|
+config BR2_PACKAGE_QT6BASE_VULKAN
|
|
|
+ bool "Vulkan support"
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP # vulkan-loader
|
|
|
+ depends on !BR2_STATIC_LIBS # vulkan-loader
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # vulkan-loader
|
|
|
+ select BR2_PACKAGE_VULKAN_HEADERS
|
|
|
+ select BR2_PACKAGE_VULKAN_LOADER
|
|
|
+ help
|
|
|
+ This option enables Vulkan support.
|
|
|
+
|
|
|
config BR2_PACKAGE_QT6BASE_LINUXFB
|
|
|
bool "linuxfb support"
|
|
|
|