mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-21 07:00:03 -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
8
rmedigicontrol/configure.in-gtk2
Normal file
8
rmedigicontrol/configure.in-gtk2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
AC_INIT(rmedigicontrol.c)
|
||||
AM_INIT_AUTOMAKE(rmedigicontrol, 0.3.5a)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
PKG_CHECK_MODULES(RMEDIGICONTROL, gtk+-2.0 alsa >= 1.0.0)
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue