mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-11 05:33:46 -04:00
- 1.0.0pre3 version
- added hack for ALSA server to pack also hdsp* tools (fltk issue)
This commit is contained in:
parent
dffbf3c8e4
commit
d0157a43cf
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 1.0.0pre1
|
VERSION = 1.0.0pre3
|
||||||
TOP = .
|
TOP = .
|
||||||
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
|
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
|
||||||
mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \
|
mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ AC_SUBST(PIXMAP_DIR)
|
||||||
|
|
||||||
dnl library check
|
dnl library check
|
||||||
AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
|
AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
|
||||||
if test "$FLTK_CONFIG" = "no"; then
|
if test "$FLTK_CONFIG" = "no" && ! test "`hostname -f`" = "alsa.alsa-project.org"; then
|
||||||
AC_MSG_ERROR(no fltk-config is found)
|
AC_MSG_ERROR(no fltk-config is found)
|
||||||
fi
|
fi
|
||||||
FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions"
|
FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions"
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ AC_SUBST(PIXMAP_DIR)
|
||||||
|
|
||||||
dnl library check
|
dnl library check
|
||||||
AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
|
AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
|
||||||
if test "$FLTK_CONFIG" = "no"; then
|
if test "$FLTK_CONFIG" = "no" && ! test "`hostname -f`" = "alsa.alsa-project.org"; then
|
||||||
AC_MSG_ERROR(fltk-config is required)
|
AC_MSG_ERROR(fltk-config is required)
|
||||||
fi
|
fi
|
||||||
FLTK_CXXFLAGS="`$FLTK_CONFIG --cxxflags` -fno-exceptions"
|
FLTK_CXXFLAGS="`$FLTK_CONFIG --cxxflags` -fno-exceptions"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue