xref: /OK3568_Linux_fs/buildroot/package/c-capnproto/c-capnproto.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# c-capnproto
4#
5################################################################################
6
7C_CAPNPROTO_VERSION = 9053ebe6eeb2ae762655b982e27c341cb568366d
8C_CAPNPROTO_SITE = https://github.com/opensourcerouting/c-capnproto.git
9C_CAPNPROTO_SITE_METHOD = git
10C_CAPNPROTO_GIT_SUBMODULES = YES
11C_CAPNPROTO_LICENSE = MIT
12C_CAPNPROTO_LICENSE_FILES = COPYING
13C_CAPNPROTO_INSTALL_STAGING = YES
14
15# Fetched from git with no configure script
16C_CAPNPROTO_AUTORECONF = YES
17
18# As a plugin for capnproto's capnpc, requires capnproto. Needs to be on the
19# host to generate C code from message definitions.
20C_CAPNPROTO_DEPENDENCIES = host-c-capnproto capnproto
21HOST_C_CAPNPROTO_DEPENDENCIES = host-capnproto
22
23$(eval $(autotools-package))
24$(eval $(host-autotools-package))
25