[Buildroot] [PATCH v1] package/qwt: needs qt5base gui support

Peter Korsgaard peter at korsgaard.com
Fri Feb 22 11:44:30 UTC 2019


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at bootlin.com> writes:

Hi,

 > It's indeed a bug from that patch! Look carefully at the diff of
 > 3e99c8418af904b14b01455d68c84d7b5afd261f:

 >  config BR2_PACKAGE_QWT
 >         bool "qwt"
 > -       depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
 > -       select BR2_PACKAGE_QT_GUI_MODULE if BR2_PACKAGE_QT
 > -       select BR2_PACKAGE_QT5BASE_GUI if BR2_PACKAGE_QT5
 > -       select BR2_PACKAGE_QT5BASE_WIDGETS if BR2_PACKAGE_QT5 # printsupport
 > -       select BR2_PACKAGE_QT5BASE_CONCURRENT if BR2_PACKAGE_QT5
 > +       depends on BR2_PACKAGE_QT5
 > +       select BR2_PACKAGE_QT5BASE
 > +       select BR2_PACKAGE_QT5BASE_WIDGETS # printsupport
 > +       select BR2_PACKAGE_QT5BASE_CONCURRENT

 > See how the line:

 > -       select BR2_PACKAGE_QT5BASE_GUI if BR2_PACKAGE_QT5

 > gets removed ?

 > So I'll apply your patch after adjusting the commit log. Thanks!

Yes, sorry about that. Thanks Peter!

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list