echomixer.c: port from GTK2 to GTK3

This commit is contained in:
genBTC 2025-03-06 18:17:57 -05:00
parent 5eaadd15bd
commit 64b836ed26
2 changed files with 527 additions and 409 deletions

View file

@ -5,6 +5,6 @@ AC_HEADER_STDC
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])
PKG_CHECK_MODULES(ECHOMIXER, gtk+-2.0 alsa >= 1.0.0)
PKG_CHECK_MODULES(ECHOMIXER, gtk+-3.0 alsa >= 1.0.0)
AC_OUTPUT(Makefile desktop/Makefile)

File diff suppressed because it is too large Load diff