|
@@ -12,9 +12,8 @@ PYTHON_PYQT5_LICENSE_FILES = LICENSE
|
|
|
|
|
|
PYTHON_PYQT5_DEPENDENCIES = python-sip host-python-sip qt5base
|
|
PYTHON_PYQT5_DEPENDENCIES = python-sip host-python-sip qt5base
|
|
PYTHON_PYQT5_MODULES = \
|
|
PYTHON_PYQT5_MODULES = \
|
|
- QtCore \
|
|
|
|
|
|
+ QtCore QtGui \
|
|
$(if $(BR2_PACKAGE_QT5BASE_DBUS),QtDBus) \
|
|
$(if $(BR2_PACKAGE_QT5BASE_DBUS),QtDBus) \
|
|
- $(if $(BR2_PACKAGE_QT5BASE_GUI),QtGui) \
|
|
|
|
$(if $(BR2_PACKAGE_QT5BASE_NETWORK),QtNetwork) \
|
|
$(if $(BR2_PACKAGE_QT5BASE_NETWORK),QtNetwork) \
|
|
$(if $(BR2_PACKAGE_QT5BASE_OPENGL_LIB),QtOpenGL) \
|
|
$(if $(BR2_PACKAGE_QT5BASE_OPENGL_LIB),QtOpenGL) \
|
|
$(if $(BR2_PACKAGE_QT5BASE_PRINTSUPPORT),QtPrintSupport) \
|
|
$(if $(BR2_PACKAGE_QT5BASE_PRINTSUPPORT),QtPrintSupport) \
|