package/octave: add optional {Graphics, Image}Magick++ support
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 9f39676bdb
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
01e7df5745
commit
73075706e9
@ -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
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||
OCTAVE_CONF_OPTS += \
|
||||
--enable-readline \
|
||||
|
Loading…
Reference in New Issue
Block a user