configure: add sndfile to DEPS
This commit is contained in:
parent
bfa20e85cd
commit
0e1093843a
|
@ -3396,10 +3396,12 @@ if test -n "$DEPS_CFLAGS"; then
|
||||||
if test -n "$PKG_CONFIG" && \
|
if test -n "$PKG_CONFIG" && \
|
||||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
\""; } >&5
|
\""; } >&5
|
||||||
($PKG_CONFIG --exists --print-errors "
|
($PKG_CONFIG --exists --print-errors "
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
") 2>&5
|
") 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
|
@ -3407,6 +3409,7 @@ if test -n "$DEPS_CFLAGS"; then
|
||||||
test $ac_status = 0; }; then
|
test $ac_status = 0; }; then
|
||||||
pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "
|
pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
" 2>/dev/null`
|
" 2>/dev/null`
|
||||||
else
|
else
|
||||||
|
@ -3421,10 +3424,12 @@ if test -n "$DEPS_LIBS"; then
|
||||||
if test -n "$PKG_CONFIG" && \
|
if test -n "$PKG_CONFIG" && \
|
||||||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
\""; } >&5
|
\""; } >&5
|
||||||
($PKG_CONFIG --exists --print-errors "
|
($PKG_CONFIG --exists --print-errors "
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
") 2>&5
|
") 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
|
@ -3432,6 +3437,7 @@ if test -n "$DEPS_LIBS"; then
|
||||||
test $ac_status = 0; }; then
|
test $ac_status = 0; }; then
|
||||||
pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "
|
pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
" 2>/dev/null`
|
" 2>/dev/null`
|
||||||
else
|
else
|
||||||
|
@ -3455,11 +3461,13 @@ fi
|
||||||
if test $_pkg_short_errors_supported = yes; then
|
if test $_pkg_short_errors_supported = yes; then
|
||||||
DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "
|
DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
" 2>&1`
|
" 2>&1`
|
||||||
else
|
else
|
||||||
DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "
|
DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors "
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
" 2>&1`
|
" 2>&1`
|
||||||
fi
|
fi
|
||||||
|
@ -3468,6 +3476,7 @@ fi
|
||||||
|
|
||||||
as_fn_error $? "Package requirements (
|
as_fn_error $? "Package requirements (
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
) were not met:
|
) were not met:
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@ AC_PROG_CC
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
PKG_CHECK_MODULES(DEPS, [
|
PKG_CHECK_MODULES(DEPS, [
|
||||||
libpulse-simple
|
libpulse-simple
|
||||||
|
sndfile
|
||||||
fftw3f
|
fftw3f
|
||||||
])
|
])
|
||||||
AC_SUBST(DEPS_CFLAGS)
|
AC_SUBST(DEPS_CFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue