diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8c99ad2..66298df 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ GTK_REQUIRED_VERSION=3.22.0 CANBERRA_REQUIRED_VERSION=0.13 MATE_MIXER_REQUIRED_VERSION=1.10.0 MATE_DESKTOP_REQUIRED_VERSION=1.17.0 +LIBPANEL4_REQUIRED=1.17.0 dnl======================================================================= dnl Check for the volume control modules @@ -51,6 +52,7 @@ PKG_CHECK_MODULES(VOLUME_CONTROL, libxml-2.0 mate-desktop-2.0 >= $MATE_DESKTOP_REQUIRED_VERSION libmatemixer >= $MATE_MIXER_REQUIRED_VERSION + libmatepanelapplet-4.0 >= $LIBPANEL4_REQUIRED ) AC_SUBST(VOLUME_CONTROL_CFLAGS) |