mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:55:41 +01:00
Attempting to integrate XAmixer2 into the alsa-utils autoconf system, mark II.
This commit is contained in:
parent
cc5233603a
commit
4311d70012
2 changed files with 6 additions and 4 deletions
|
@ -40,11 +40,13 @@ AC_PROG_GCC_TRADITIONAL
|
|||
|
||||
SAVE_UTIL_VERSION
|
||||
|
||||
if test "$GTK_LIBS" != "" then
|
||||
if test "$GTK_LIBS" != ""; then
|
||||
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \
|
||||
include/Makefile utils/Makefile utils/alsa-utils.spec xamixer2/Makefile)
|
||||
|
||||
else
|
||||
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 since Gtk+ was not found.)
|
||||
AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
|
||||
fi
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ int main(int argc, char **argv)
|
|||
GtkWidget *tablebox;
|
||||
GtkWidget *separator;
|
||||
int i,j,k,xpm,found,fd;
|
||||
char title[32];
|
||||
char title[64];
|
||||
char name[128];
|
||||
ChannelLabel *tmp;
|
||||
char labelname[256];
|
||||
|
|
Loading…
Reference in a new issue