mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 08:19:45 +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
|
SAVE_UTIL_VERSION
|
||||||
|
|
||||||
if test "$GTK_LIBS" != "" then
|
if test "$GTK_LIBS" != ""; then
|
||||||
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 xamixer2/Makefile)
|
include/Makefile utils/Makefile utils/alsa-utils.spec xamixer2/Makefile)
|
||||||
|
|
||||||
else
|
else
|
||||||
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 since Gtk+ was not found.)
|
AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ int main(int argc, char **argv)
|
||||||
GtkWidget *tablebox;
|
GtkWidget *tablebox;
|
||||||
GtkWidget *separator;
|
GtkWidget *separator;
|
||||||
int i,j,k,xpm,found,fd;
|
int i,j,k,xpm,found,fd;
|
||||||
char title[32];
|
char title[64];
|
||||||
char name[128];
|
char name[128];
|
||||||
ChannelLabel *tmp;
|
ChannelLabel *tmp;
|
||||||
char labelname[256];
|
char labelname[256];
|
||||||
|
|
Loading…
Reference in a new issue