mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
The Vulkan option was appended to QT6BASE_CONFIGURE_OPTS instead of QT6BASE_CONF_OPTS, which is the variable actually used during CMake configuration. This prevented the feature from being enabled/disabled as expected. Fixes:1c27f3a12d("package/qt6base: add vulkan option") Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit451e735aa0) Signed-off-by: Thomas Perale <thomas.perale@mind.be>