bayer2rgb-neon.mk 654 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # bayer2rgb-neon
  4. #
  5. ################################################################################
  6. BAYER2RGB_NEON_VERSION = bef3ecafe290d61a50fd27da3e5d0df6f4b88045
  7. BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb.git
  8. BAYER2RGB_NEON_SITE_METHOD = git
  9. BAYER2RGB_NEON_LICENSE = GPL-3.0
  10. BAYER2RGB_NEON_LICENSE_FILES = COPYING
  11. BAYER2RGB_NEON_INSTALL_STAGING = YES
  12. BAYER2RGB_NEON_DEPENDENCIES = host-pkgconf host-gengetopt
  13. BAYER2RGB_NEON_AUTORECONF = YES
  14. BAYER2RGB_NEON_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -mfpu=neon"
  15. $(eval $(autotools-package))