mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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))
|