mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 08:19:45 +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+
|
dnl Check for Gtk+
|
||||||
AM_PATH_GTK(1.0.1)
|
AM_PATH_GTK(1.0.1)
|
||||||
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
CFLAGS="$CFLAGS $GTK_CFLAGS"
|
||||||
LDFALGS="$LDFLAGS $GTK_LIBS"
|
LDFLAGS="$LDFLAGS $GTK_LIBS"
|
||||||
|
|
||||||
|
|
||||||
AM_CONFIG_HEADER(include/aconfig.h)
|
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)
|
include/Makefile utils/Makefile utils/alsa-utils.spec xamixer2/Makefile)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
|
||||||
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \
|
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \
|
||||||
include/Makefile utils/Makefile utils/alsa-utils.spec)
|
include/Makefile utils/Makefile utils/alsa-utils.spec)
|
||||||
AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
/* Begin #define statements */
|
/* Begin #define statements */
|
||||||
|
|
||||||
#define RCFILE ".xamixerrc"
|
#define RCFILE ".xamixerrc"
|
||||||
|
#define VERSION "0.1.3"
|
||||||
|
|
||||||
/* End #define statements */
|
/* End #define statements */
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
Loading…
Reference in a new issue