01e5bee40f
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
296 B
Makefile
12 lines
296 B
Makefile
################################################################################
|
|
#
|
|
# yajl
|
|
#
|
|
################################################################################
|
|
|
|
YAJL_VERSION = 2.0.4
|
|
YAJL_SITE = git://github.com/lloyd/yajl.git
|
|
YAJL_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call CMAKETARGETS))
|