mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 08:39:51 +01:00
This attempt to get the autoconf working for XAmixer2 should work now. Sorry that it took so many commits.
This commit is contained in:
parent
4311d70012
commit
b160dc5e98
2 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,8 @@ AC_SUBST(CURSESLIB)
|
|||
dnl Check for Gtk+
|
||||
AM_PATH_GTK(1.0.1)
|
||||
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
||||
LDFALGS="$LDFLAGS $GTK_LIBS"
|
||||
LDFLAGS="$LDFLAGS $GTK_LIBS"
|
||||
|
||||
|
||||
AM_CONFIG_HEADER(include/aconfig.h)
|
||||
|
||||
|
@ -45,8 +46,8 @@ AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Mak
|
|||
include/Makefile utils/Makefile utils/alsa-utils.spec xamixer2/Makefile)
|
||||
|
||||
else
|
||||
AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
|
||||
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \
|
||||
include/Makefile utils/Makefile utils/alsa-utils.spec)
|
||||
AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
|
||||
fi
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
/* Begin #define statements */
|
||||
|
||||
#define RCFILE ".xamixerrc"
|
||||
#define VERSION "0.1.3"
|
||||
|
||||
/* End #define statements */
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue