diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-01-13 19:10:17 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-14 08:54:55 -0800 |
| commit | 5e234700b9d10e2f40e78bdc751f4eb451ca37b5 (patch) | |
| tree | fbd90f44ba45b56c7e78a7f6a49323879233c3e6 /meta-oe/recipes-support/imagemagick | |
| parent | 3729c20b6920a9ac6d25fb4314c0960be67a6372 (diff) | |
| download | meta-openembedded-5e234700b9d10e2f40e78bdc751f4eb451ca37b5.tar.gz | |
imagemagick: add packageconfigs for raw,jxl,heic
Dont add them by default
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/imagemagick')
| -rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-12.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-12.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-12.bb index 26c19bf986..535ba7df65 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-12.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-12.bb | |||
| @@ -27,9 +27,12 @@ EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --enable- | |||
| 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} cxx webp xml" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} cxx webp xml" |
| 28 | PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus" | 28 | PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus" |
| 29 | PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" | 29 | PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" |
| 30 | PACKAGECONFIG[heic] = "--with-heic,--without-heic,libheif" | ||
| 31 | PACKAGECONFIG[jxl] = "--with-jxl,--without-jxl,libjxl" | ||
| 30 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" | 32 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" |
| 31 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" | 33 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" |
| 32 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" | 34 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" |
| 35 | PACKAGECONFIG[raw] = "--with-raw,--without-raw,libraw" | ||
| 33 | PACKAGECONFIG[rsvg] = "--with-rsvg,--without-rsvg,librsvg" | 36 | PACKAGECONFIG[rsvg] = "--with-rsvg,--without-rsvg,librsvg" |
| 34 | PACKAGECONFIG[tcmalloc] = "--with-tcmalloc=yes,--with-tcmalloc=no,gperftools" | 37 | PACKAGECONFIG[tcmalloc] = "--with-tcmalloc=yes,--with-tcmalloc=no,gperftools" |
| 35 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" | 38 | PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" |
