mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2026-05-08 07:48:04 +02:00
fix version of libcanberra dependency, fixes PA bug #494
This commit is contained in:
parent
01e4826b65
commit
d44795c014
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ AC_PROG_LN_S
|
|||
AC_TYPE_SIGNAL
|
||||
AC_HEADER_STDC
|
||||
|
||||
PKG_CHECK_MODULES(GUILIBS, [ gtkmm-2.4 libglademm-2.4 sigc++-2.0 libcanberra-gtk ])
|
||||
PKG_CHECK_MODULES(GUILIBS, [ gtkmm-2.4 libglademm-2.4 sigc++-2.0 libcanberra-gtk >= 0.11 ])
|
||||
AC_SUBST(GUILIBS_CFLAGS)
|
||||
AC_SUBST(GUILIBS_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue