1185b0a56e
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>
15 lines
414 B
Makefile
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))
|