mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-26 07:00:10 -05:00
support the compilation with gtk2.
This commit is contained in:
parent
4b57479284
commit
63d29906c0
4 changed files with 16 additions and 4 deletions
|
|
@ -5,5 +5,9 @@ AC_PROG_INSTALL
|
|||
AC_HEADER_STDC
|
||||
AM_PATH_GTK(1.0.1)
|
||||
AM_PATH_ALSA(1.0.0)
|
||||
RMEDIGICONTROL_CFLAGS="$CFLAGS $ALSA_CFLAGS $GTK_CFLAGS"
|
||||
RMEDIGICONTROL_LIBS="$LIBS $ALSA_LIBS $GTK_LIBS"
|
||||
AC_SUBST(RMEDIGICONTROL_CFLAGS)
|
||||
AC_SUBST(RMEDIGICONTROL_LIBS)
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue