How many times can I mis-read the same simple line from the Porter's Handbook? Especially when there is a perfectly good example in the same Makefile about 10 lines away? Sigh.
Thanks so much, Tobias. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: [email protected] PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Wed, Mar 15, 2017 at 2:36 AM, Tobias C. Berner <[email protected]> wrote: > Hi Kevin > > Try > QT5_USE= PYQT=core_run,gui_run,dbussupport_run,widgets_run > instead of your QT5_USE_PYQT line. > > > mfg Tobias > > > > On 15 March 2017 at 00:54, Kevin Oberman <[email protected]> wrote: > >> I am attempting to update print/hplip ti build with Qt5. Despite my best >> efforts, Iave not been able to get pyqt:5 to install py-qt5-widgets. >> >> I have the following in the Makefile: >> QT5_DESC= Use Qt5 graphical user interface >> QT5_USES= pyqt:5 >> QT5_USE_PYQT= core_run gui_run dbussupport_run widgets_run >> QT5_CONFIGURE_ENABLE= qt5 >> but only core, gui, and dbussupport get installed. (I am using >> OPTIONS_SUB= yes) If I manually install py-qt5-widgets, everything works as >> expected. Tried both with and without "_run". >> >> Any idea why this is failing? I suspect I'm doing something dumb. >> >> I am not on this list, so please be sure to include me in any reply. >> >> Thanks, >> -- >> Kevin Oberman, Part time kid herder and retired Network Engineer >> E-mail: [email protected] >> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 >> > >
