18714011b2
Remove useless empty line. Update the patch and its name. We change from a release from Nov 2012 to a commit, because the project and there has been quite a number of commits since then. The patch will be sent upstream along with a request for a new release. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
427 B
Makefile
15 lines
427 B
Makefile
################################################################################
|
|
#
|
|
# qjson
|
|
#
|
|
################################################################################
|
|
|
|
QJSON_VERSION = ba273682a9d33a7b3090e74f4742b5f3bf6c9b02
|
|
QJSON_SITE = $(call github,flavio,qjson,$(QJSON_VERSION))
|
|
QJSON_INSTALL_STAGING = YES
|
|
QJSON_DEPENDENCIES = qt
|
|
QJSON_LICENSE = LGPLv2.1
|
|
QJSON_LICENSE_FILES = COPYING.lib
|
|
|
|
$(eval $(cmake-package))
|