changeset 3768:80b2b5cfde0f

default-octave: add portaudio, libsndfile as a build dependancy * src/default-octave.mk: add portaudio, libpndfile as a build dependancy
author John Donoghue <john.donoghue@ieee.org>
date Sun, 11 Jan 2015 10:12:47 -0500
parents 8b8a7593b08a
children 44ec920ea996
files src/default-octave.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/default-octave.mk	Sat Jan 10 20:13:01 2015 -0500
+++ b/src/default-octave.mk	Sun Jan 11 10:12:47 2015 -0500
@@ -14,7 +14,7 @@
 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
   $(PKG)_FONTCONFIG := fontconfig
 endif
-$(PKG)_DEPS     := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib
+$(PKG)_DEPS     := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib
 ifeq ($(MXE_WINDOWS_BUILD),no)
   $(PKG)_DEPS += x11 xext
 endif