1ec1f86551
- Add a dependency to host-cargo - Add a patch to set RUST_TARGET - Add a dependency to BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS - Forward this dependency to efl svg, enlightment, gst-plugins-bad and gst1-plugins-bad - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: propagate the new dependency to the gst-plugins-bad and gst1-plugins-bad Config.in comments.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
26 lines
1.0 KiB
Makefile
26 lines
1.0 KiB
Makefile
################################################################################
|
|
#
|
|
# librsvg
|
|
#
|
|
################################################################################
|
|
|
|
LIBRSVG_VERSION_MAJOR = 2.42
|
|
LIBRSVG_VERSION = $(LIBRSVG_VERSION_MAJOR).5
|
|
LIBRSVG_SITE = http://ftp.gnome.org/pub/gnome/sources/librsvg/$(LIBRSVG_VERSION_MAJOR)
|
|
LIBRSVG_SOURCE = librsvg-$(LIBRSVG_VERSION).tar.xz
|
|
LIBRSVG_INSTALL_STAGING = YES
|
|
LIBRSVG_CONF_OPTS = --disable-pixbuf-loader --disable-tools --enable-introspection=no
|
|
HOST_LIBRSVG_CONF_OPTS = --enable-introspection=no
|
|
LIBRSVG_DEPENDENCIES = cairo host-cargo host-gdk-pixbuf gdk-pixbuf libcroco libglib2 libxml2 pango \
|
|
$(if $(BR2_PACKAGE_LIBGTK3),libgtk3)
|
|
HOST_LIBRSVG_DEPENDENCIES = host-cairo host-cargo host-gdk-pixbuf host-libcroco host-libglib2 host-libxml2 host-pango
|
|
LIBRSVG_LICENSE = LGPL-2.0+
|
|
LIBRSVG_LICENSE_FILES = COPYING.LIB
|
|
|
|
# We're patching configure.ac
|
|
LIBRSVG_AUTORECONF = YES
|
|
LIBRSVG_CONF_ENV = RUST_TARGET=$(RUSTC_TARGET_NAME)
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|