mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
qt: define license
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1bb2fe1a45
commit
e98a621323
@ -17,6 +17,12 @@ QT_SITE = http://releases.qt-project.org/qt4/source
|
|||||||
QT_DEPENDENCIES = host-pkgconf
|
QT_DEPENDENCIES = host-pkgconf
|
||||||
QT_INSTALL_STAGING = YES
|
QT_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
QT_LICENSE = LGPLv2.1 with exceptions or GPLv3
|
||||||
|
ifneq ($(BR2_PACKAGE_QT_LICENSE_APPROVED),y)
|
||||||
|
QT_LICENSE += or Digia Qt Commercial license
|
||||||
|
endif
|
||||||
|
QT_LICENSE_FILES = LICENSE.LGPL LGPL_EXCEPTION.txt LICENSE.GPL3
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_QT_LICENSE_APPROVED),y)
|
ifeq ($(BR2_PACKAGE_QT_LICENSE_APPROVED),y)
|
||||||
QT_CONFIGURE_OPTS += -opensource -confirm-license
|
QT_CONFIGURE_OPTS += -opensource -confirm-license
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user