1bdceb5d73
This converts all qmake packages to the new infra for which no custom environments, option or additional hooks are needed. Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
670 B
Makefile
19 lines
670 B
Makefile
################################################################################
|
|
#
|
|
# qt5sensors
|
|
#
|
|
################################################################################
|
|
|
|
QT5SENSORS_VERSION = $(QT5_VERSION)
|
|
QT5SENSORS_SITE = $(QT5_SITE)
|
|
QT5SENSORS_SOURCE = qtsensors-$(QT5_SOURCE_TARBALL_PREFIX)-$(QT5SENSORS_VERSION).tar.xz
|
|
QT5SENSORS_INSTALL_STAGING = YES
|
|
QT5SENSORS_LICENSE = GPL-2.0+ or LGPL-3.0, GPL-3.0 with exception(tools), GFDL-1.3 (docs)
|
|
QT5SENSORS_LICENSE_FILES = LICENSE.GPL2 LICENSE.GPL3 LICENSE.GPL3-EXCEPT LICENSE.LGPL3 LICENSE.FDL
|
|
|
|
ifeq ($(BR2_PACKAGE_QT5DECLARATIVE),y)
|
|
QT5SENSORS_DEPENDENCIES += qt5declarative
|
|
endif
|
|
|
|
$(eval $(qmake-package))
|