зеркало из https://github.com/mozilla/pjs.git
Give more helpful error message when libasound2-dev is missing.
This commit is contained in:
Родитель
337e9b5e22
Коммит
b6ed4f1076
|
@ -5983,7 +5983,7 @@ if test -n "$MOZ_SYDNEYAUDIO"; then
|
||||||
linux*)
|
linux*)
|
||||||
PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
|
PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
|
||||||
[echo "$MOZ_ALSA_PKG_ERRORS"
|
[echo "$MOZ_ALSA_PKG_ERRORS"
|
||||||
AC_MSG_ERROR([Need alsa for Ogg or Wave decoding on Linux. Disable with --disable-ogg --disable-wave.])])
|
AC_MSG_ERROR([Need alsa for Ogg or Wave decoding on Linux. Disable with --disable-ogg --disable-wave. (On Ubuntu, you might try installing the package libasound2-dev.)])])
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Загрузка…
Ссылка в новой задаче