buildroot/package/grantlee/grantlee.mk
Fabrice Fontaine 1185b0a56e Revert "package/grantlee: fix build with Qt 5.x"
This reverts commit c975106f60 which does
not seem to really work. The issue will be fixed by a patch retrieved
from upstream.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-11-03 19:48:07 +01:00

15 lines
414 B
Makefile

################################################################################
#
# grantlee
#
################################################################################
GRANTLEE_VERSION = 5.1.0
GRANTLEE_SITE = http://downloads.grantlee.org
GRANTLEE_INSTALL_STAGING = YES
GRANTLEE_LICENSE = LGPL-2.1+
GRANTLEE_LICENSE_FILES = COPYING.LIB
GRANTLEE_DEPENDENCIES = qt5base qt5script
$(eval $(cmake-package))