1################################################################################ 2# 3# libucontext 4# 5################################################################################ 6 7LIBUCONTEXT_VERSION = 1.2 8LIBUCONTEXT_SITE = $(call github,kaniini,libucontext,libucontext-$(LIBUCONTEXT_VERSION)) 9LIBUCONTEXT_LICENSE = ISC 10LIBUCONTEXT_LICENSE_FILES = LICENSE 11LIBUCONTEXT_INSTALL_STAGING = YES 12 13LIBUCONTEXT_CONF_OPTS = \ 14 -Dfreestanding=false \ 15 -Dexport_unprefixed=true 16 17$(eval $(meson-package)) 18