• 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/efl/libevas-generic-loaders/libevas-generic-loaders.mk
Thomas De SchampheleireThomas De Schampheleire committed aaffd209fae27 Sep 2014
Raw file
Source viewDiff to previous
 
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))
  • 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.