From 73bcc1260d4c8b4e112b9bba40e1622f3f942df2 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 9 Dec 2012 16:05:57 +0100 Subject: fix mixer applet build in configure and makefile --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cfd468b..aaab8bc 100644 --- a/configure.ac +++ b/configure.ac @@ -233,12 +233,12 @@ if test "x$have_gstmixer" = "xyes"; then enable_mixerapplet=no) if test "x$enable_mixerapplet" != "xno"; then have_gstmixer_applet=yes - MIXER_APPLET_DEPS="gstreamer-$GST_MAJORMINOR >= $GST_REQ + MIXERAPPLET_DEPS="gstreamer-$GST_MAJORMINOR >= $GST_REQ gstreamer-interfaces-$GST_MAJORMINOR >= $GST_REQ gstreamer-audio-$GST_MAJORMINOR >= $GST_REQ mate-desktop-2.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) + PKG_CHECK_MODULES(MIXERAPPLET, $MIXERAPPLET_DEPS, 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 enable_mixerapplet=no -- cgit v1.2.1