From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Julien Olivain <ju.o@free.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/octave: add optional {Graphics, Image}Magick++ support
Date: Fri, 31 May 2024 22:10:47 +0200 [thread overview]
Message-ID: <Zloux27_r6DqP0JF@landeda> (raw)
In-Reply-To: <20240531194025.122135-1-ju.o@free.fr>
Julien, All,
On 2024-05-31 21:40 +0200, Julien Olivain spake thusly:
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> package/octave/octave.mk | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/package/octave/octave.mk b/package/octave/octave.mk
> index a087961be97..6a21bef7b87 100644
> --- a/package/octave/octave.mk
> +++ b/package/octave/octave.mk
> @@ -26,6 +26,16 @@ else
> OCTAVE_CONF_OPTS += --without-bz2
> endif
>
> +ifeq ($(BR2_PACKAGE_GRAPHICSMAGICK),y)
> +OCTAVE_CONF_OPTS += --with-magick=GraphicsMagick++
> +OCTAVE_DEPENDENCIES += graphicsmagick
> +else ifeq ($(BR2_PACKAGE_IMAGEMAGICK),y)
> +OCTAVE_CONF_OPTS += --with-magick=ImageMagick++
> +OCTAVE_DEPENDENCIES += imagemagick
> +else
> +OCTAVE_CONF_OPTS += --without-magick
This is material for the next branch, so should we just add
--without-magick on master, for correctness?
Regards,
Yann E. MORIN.
> +endif
> +
> ifeq ($(BR2_PACKAGE_READLINE),y)
> OCTAVE_CONF_OPTS += \
> --enable-readline \
> --
> 2.45.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-05-31 20:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-31 19:40 [Buildroot] [PATCH 1/1] package/octave: add optional {Graphics, Image}Magick++ support Julien Olivain
2024-05-31 20:10 ` Yann E. MORIN [this message]
2024-06-03 18:14 ` Julien Olivain
2024-06-03 18:44 ` Yann E. MORIN
2024-06-04 21:34 ` Yann E. MORIN
2024-06-08 19:05 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zloux27_r6DqP0JF@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=ju.o@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.