xref: /OK3568_Linux_fs/buildroot/package/sentry-native/sentry-native.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# sentry-native
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunSENTRY_NATIVE_VERSION = 0.4.1
8*4882a593SmuzhiyunSENTRY_NATIVE_SITE = $(call github,getsentry,sentry-native,$(SENTRY_NATIVE_VERSION))
9*4882a593SmuzhiyunSENTRY_NATIVE_LICENSE = MIT
10*4882a593SmuzhiyunSENTRY_NATIVE_LICENSE_FILES = LICENSE
11*4882a593SmuzhiyunSENTRY_NATIVE_DEPENDENCIES = libcurl google-breakpad
12*4882a593SmuzhiyunSENTRY_NATIVE_INSTALL_STAGING = YES
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun# Use the built system breakpad client instead of bundling
15*4882a593SmuzhiyunSENTRY_NATIVE_CONF_OPTS += -DSENTRY_BREAKPAD_SYSTEM=ON
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun$(eval $(cmake-package))
18