The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / efl / libevas-generic-loaders / libevas-generic-loaders.mk
1 ################################################################################
2 #
3 # libevas-generic-loaders
4 #
5 ################################################################################
6
7 LIBEVAS_GENERIC_LOADERS_VERSION = $(EFL_VERSION)
8 LIBEVAS_GENERIC_LOADERS_SOURCE = evas_generic_loaders-$(LIBEVAS_GENERIC_LOADERS_VERSION).tar.bz2
9 LIBEVAS_GENERIC_LOADERS_SITE = http://download.enlightenment.org/releases
10 LIBEVAS_GENERIC_LOADERS_LICENSE = GPLv2
11 LIBEVAS_GENERIC_LOADERS_LICENSE_FILES = COPYING
12
13 LIBEVAS_GENERIC_LOADERS_INSTALL_STAGING = YES
14
15 LIBEVAS_GENERIC_LOADERS_DEPENDENCIES = libeina zlib
16
17 # For now, we only support the SVG loader
18 LIBEVAS_GENERIC_LOADERS_CONF_OPTS += \
19         --disable-poppler \
20         --disable-spectre \
21         --disable-libraw \
22         --disable-gstreamer
23
24 ifeq ($(BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_SVG),y)
25 LIBEVAS_GENERIC_LOADERS_DEPENDENCIES += librsvg cairo
26 LIBEVAS_GENERIC_LOADERS_CONF_OPTS += --enable-svg
27 else
28 LIBEVAS_GENERIC_LOADERS_CONF_OPTS += --disable-svg
29 endif
30
31 $(eval $(autotools-package))