Baruch Siach
2017-10-17 17:42:13 +03:00
committed by Thomas Petazzoni
parent 1856eb9047
commit 9c02f70a20

View File

@@ -11,4 +11,8 @@ MSGPACK_LICENSE_FILES = COPYING LICENSE_1_0.txt
MSGPACK_INSTALL_STAGING = YES
MSGPACK_CONF_OPTS = -DMSGPACK_BUILD_EXAMPLES=OFF
ifeq ($(BR2_STATIC_LIBS),y)
MSGPACK_CONF_OPTS += -DMSGPACK_ENABLE_SHARED=OFF
endif
$(eval $(cmake-package))