• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libevas-generic-loaders/libevas-generic-loaders.mk
Romain NaourRomain Naour committed 1f83a7a726119 Dec 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libevas-generic-loaders
4
#
5
################################################################################
6
​
7
LIBEVAS_GENERIC_LOADERS_VERSION = 1.15.0
8
LIBEVAS_GENERIC_LOADERS_SOURCE = evas_generic_loaders-$(LIBEVAS_GENERIC_LOADERS_VERSION).tar.xz
9
LIBEVAS_GENERIC_LOADERS_SITE = http://download.enlightenment.org/rel/libs/evas_generic_loaders
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 = host-pkgconf efl zlib
16
​
17
# poppler >= 0.32 is not supported by the current version of
18
# libevas-generic-loaders.
19
LIBEVAS_GENERIC_LOADERS_CONF_OPTS += \
20
    --disable-poppler \
21
    --disable-spectre \
22
    --disable-gstreamer
23
​
24
ifeq ($(BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_LIBRAW),y)
25
LIBEVAS_GENERIC_LOADERS_DEPENDENCIES += libraw
26
LIBEVAS_GENERIC_LOADERS_CONF_OPTS += --enable-libraw
27
else
28
LIBEVAS_GENERIC_LOADERS_CONF_OPTS += --disable-libraw
29
endif
30
​
31
ifeq ($(BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_SVG),y)
32
LIBEVAS_GENERIC_LOADERS_DEPENDENCIES += librsvg cairo
33
LIBEVAS_GENERIC_LOADERS_CONF_OPTS += --enable-svg
34
else
35
LIBEVAS_GENERIC_LOADERS_CONF_OPTS += --disable-svg
36
endif
37
​
38
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.