mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-25 05:43:29 +08:00
c7a7873cf6
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
420 B
Makefile
15 lines
420 B
Makefile
################################################################################
|
|
#
|
|
# snappy
|
|
#
|
|
################################################################################
|
|
|
|
SNAPPY_VERSION = 1.1.8
|
|
SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
|
|
SNAPPY_LICENSE = BSD-3-Clause
|
|
SNAPPY_LICENSE_FILES = COPYING
|
|
SNAPPY_INSTALL_STAGING = YES
|
|
SNAPPY_CONF_OPTS = -DSNAPPY_BUILD_TESTS=OFF
|
|
|
|
$(eval $(cmake-package))
|