kumquat-buildroot/package/gstreamer1/gst1-plugins-bayer2rgb-neon/gst1-plugins-bayer2rgb-neon.mk
Peter Seiderer 2db52eed25 package/gst1-plugins-bayer2rgb-neon: fix plugin install
- fix plugin install path, add '-with-plugindir=/usr/lib/gstreamer-1.0',
  otherwise the plugins are installed with duplicated build path
  (as detected by step_check_build_dir)

- remove GST1_PLUGINS_BAYER2RGB_NEON_INSTALL_STAGING (no need to install
  the plugin to staging)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-02-10 22:47:54 +01:00

24 lines
790 B
Makefile

################################################################################
#
# gst1-plugins-bayer2rgb-neon
#
################################################################################
GST1_PLUGINS_BAYER2RGB_NEON_VERSION = b630798efcd611879e7cb1c246052e5ba1acc41d
GST1_PLUGINS_BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon.git
GST1_PLUGINS_BAYER2RGB_NEON_SITE_METHOD = git
GST1_PLUGINS_BAYER2RGB_NEON_LICENSE = GPL-3.0
GST1_PLUGINS_BAYER2RGB_NEON_LICENSE_FILES = COPYING
GST1_PLUGINS_BAYER2RGB_NEON_DEPENDENCIES = \
host-pkgconf \
gstreamer1 \
gst1-plugins-base \
bayer2rgb-neon
GST1_PLUGINS_BAYER2RGB_NEON_AUTORECONF = YES
GST1_PLUGINS_BAYER2RGB_NEON_CONF_OPTS = --with-plugindir=/usr/lib/gstreamer-1.0
$(eval $(autotools-package))