diff options
| author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2016-08-12 14:51:32 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:22 +0200 |
| commit | bb689de1d32d2561fe365e0b59f355b746cfd0ac (patch) | |
| tree | 41f299dc8fc48d87735e977625b4401ce9956d26 | |
| parent | 890092578b67987ebbebdcd3e6467bdc5b471914 (diff) | |
| download | meta-openembedded-bb689de1d32d2561fe365e0b59f355b746cfd0ac.tar.gz | |
imagemagick: Add new PACKAGECONFIG for graphviz
Although it does not have an obvious name (gvc), Graphviz is an
optional library configurable via configure.ac.
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb index 11d2652ef4..472e42d887 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | |||
| @@ -24,6 +24,7 @@ EXTRA_OECONF = "--program-prefix= --program-suffix=.im6 --without-perl --disable | |||
| 24 | 24 | ||
| 25 | CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes" | 25 | CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes" |
| 26 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 26 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
| 27 | PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" | ||
| 27 | PACKAGECONFIG[jp2] = "--with-jp2,,jasper" | 28 | PACKAGECONFIG[jp2] = "--with-jp2,,jasper" |
| 28 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" | 29 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" |
| 29 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" | 30 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" |
