diff --git a/package/gtkiostream/gtkiostream.mk b/package/gtkiostream/gtkiostream.mk index 970644d6df..bc3d859d4e 100644 --- a/package/gtkiostream/gtkiostream.mk +++ b/package/gtkiostream/gtkiostream.mk @@ -19,16 +19,10 @@ GTKIOSTREAM_DEPENDENCIES = \ host-pkgconf GTKIOSTREAM_CONF_OPTS = \ + --disable-octave \ --disable-tests \ $(if $(BR2_TOOLCHAIN_HAS_OPENMP),--disable,--enable)-openmp -ifeq ($(BR2_PACKAGE_OCTAVE),y) -GTKIOSTREAM_DEPENDENCIES += octave -GTKIOSTREAM_CONF_OPTS += --enable-octave -else -GTKIOSTREAM_CONF_OPTS += --disable-octave -endif - # For the optional packages below, there's unfortunately no # ./configure option to explicitly enable/disable them. They are # checked by the ./configure script using pkg-config.