libucontext.mk 495 B

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