mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 18:42:11 +00:00
python-sip: allow package to be built using Qt5
Signed-off-by: Manuel Vögele <develop@manuel-voegele.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e73a1db464
commit
a9ca696309
@@ -10,7 +10,11 @@ PYTHON_SIP_SITE = http://downloads.sourceforge.net/project/pyqt/sip/sip-$(PYTHON
|
||||
PYTHON_SIP_LICENSE = SIP license or GPLv2 or GPLv3
|
||||
PYTHON_SIP_LICENSE_FILES = LICENSE LICENSE-GPL2 LICENSE-GPL3
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QT5),y)
|
||||
PYTHON_SIP_DEPENDENCIES = qt5base
|
||||
else
|
||||
PYTHON_SIP_DEPENDENCIES = qt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON),y)
|
||||
PYTHON_SIP_DEPENDENCIES += python
|
||||
|
||||
Reference in New Issue
Block a user