diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-09 13:36:06 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-09 13:36:06 +0100 |
commit | 28673a2398f64c0cfe9a3ebd1d31e4062cb86ef2 (patch) | |
tree | f2483af729e7729e36f72a065bb97c973885c443 /configure.ac | |
parent | ca13901fe177df78d353597305f4f5aa7199bf42 (diff) | |
download | mate-media-28673a2398f64c0cfe9a3ebd1d31e4062cb86ef2.tar.bz2 mate-media-28673a2398f64c0cfe9a3ebd1d31e4062cb86ef2.tar.xz |
fix typo in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a507a14..cfd468b 100644 --- a/configure.ac +++ b/configure.ac @@ -237,7 +237,7 @@ if test "x$have_gstmixer" = "xyes"; then gstreamer-interfaces-$GST_MAJORMINOR >= $GST_REQ gstreamer-audio-$GST_MAJORMINOR >= $GST_REQ mate-desktop-2.0 >= 1.5.0 - ibmatepanelapplet-4.0 >= 1.5.0" + libmatepanelapplet-4.0 >= 1.5.0" PKG_CHECK_MODULES(MIXER, $GST10_PKGS, have_gst_mixer_applet_deps=yes, have_gst_mixer_applet_deps=no) if test "x$have_gst_mixer_applet_deps" = "xno"; then have_gstmixer_applet=no |