summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-08-03 10:34:32 +0200
committerKhem Raj <raj.khem@gmail.com>2022-08-06 09:40:09 -0700
commit28a3b1eba5b8f41a969e0ade75891200a9f0586f (patch)
tree14d69e6a14b5b44944e26faaf8dbe1f330b1eec2
parent8ad020938f86944c9c4589fa6f9abdc700d619c5 (diff)
downloadmeta-openembedded-28a3b1eba5b8f41a969e0ade75891200a9f0586f.tar.gz
imagemagick: add PACKAGECONFIG for C++ bindings
Add a new PACKAGECONFIG switch for building C++ bindings for imagemagick. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
index b8167f5a7..010288b0d 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
@@ -24,6 +24,7 @@ EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --disable
24 24
25CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes" 25CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" 26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
27PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus"
27PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" 28PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz"
28PACKAGECONFIG[jp2] = "--with-jp2,,jasper" 29PACKAGECONFIG[jp2] = "--with-jp2,,jasper"
29PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" 30PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"