mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-23 23:07:16 +00:00

The QT module location from qt5location depends on QT quick from qt5declarative. >From qt5location-5.14.2/src/src.pro: qtHaveModule(quick) { SUBDIRS += positioningquick location ... } Adjust pyqt5 QtLocation module dependency accordingly. Fixes: - http://autobuild.buildroot.net/results/122bb0a37d968cd79dc043b48f90f1ba4135491f Reading .../build/python-pyqt5-5.7/QtLocation/QtLocation.pro Project ERROR: Unknown module(s) in QT: location Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>