Skip to content

Commit

Permalink
elementary, evas-generic-loaders: Drop poppler dependency
Browse files Browse the repository at this point in the history
* elementary doesn't seem to use poppler at all
* add PACKAGECONFIG for poppler in evas-generic-loaders and disable
  it by default as ATM poppler is broken

Signed-off-by: Martin Jansa <[email protected]>
(cherry picked from commit 6dcee71)
  • Loading branch information
shr-project authored and armcc committed Mar 15, 2017
1 parent d4d13c0 commit 5e7f9f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta-efl/recipes-efl/efl/elementary.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DESCRIPTION = "EFL based widget set for mobile devices"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a173054a93896e933df53e3382d472c2"
DEPENDS = "eet-native edje-native elementary-native efreet evas ecore edje eet eldbus ethumb poppler eio"
DEPENDS = "eet-native edje-native elementary-native efreet evas ecore edje eet eldbus ethumb eio"
DEPENDS_class-native = "efl-native"

inherit efl gettext
Expand Down
6 changes: 4 additions & 2 deletions meta-efl/recipes-efl/efl/evas-generic-loaders.inc
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
DESCRIPTION = "Evas generic loaders"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=a87563ed30add2b0e3460272d3138a00"
DEPENDS = "eina poppler librsvg cairo"
DEPENDS = "eina librsvg cairo"

inherit efl

SRCNAME = "evas_generic_loaders"

EXTRA_OECONF = " \
--enable-poppler \
--enable-svg \
--disable-gstreamer \
--disable-libraw \
--disable-spectre \
"

PACKAGECONFIG ??= ""
PACKAGECONFIG[poppler] = "--enable-poppler,--disable-poppler,poppler"

PACKAGESPLITFUNCS_prepend = "split_evas_loader_packages "

python split_evas_loader_packages () {
Expand Down

0 comments on commit 5e7f9f3

Please sign in to comment.