Freescale / meta-freescale

Layer containing NXP hardware support metadata
Other
172 stars 257 forks source link

qtbase: Enable wayland knob when in distro features #1759

Closed kraj closed 8 months ago

kraj commented 8 months ago

Mimic the behavior from recipe proper here since we override packageconfig defaults. With QT 6.7, qtbase built without wayland support is not sufficient to build rest of QT components e.g. qtwayland errors out during build/configure

ERROR: Qt Wayland Client requires QtGui to be build with support for wayland

Therefore add it when wayland is in distro features.

kraj commented 8 months ago

ping, qt6.7 fails to build without this