mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
8ad020938f
commit
28a3b1eba5
@@ -24,6 +24,7 @@ EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --disable
|
|||||||
|
|
||||||
CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
|
CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
|
||||||
|
PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus"
|
||||||
PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz"
|
PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz"
|
||||||
PACKAGECONFIG[jp2] = "--with-jp2,,jasper"
|
PACKAGECONFIG[jp2] = "--with-jp2,,jasper"
|
||||||
PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
|
PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
|
||||||
|
|||||||
Reference in New Issue
Block a user