diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-08 22:17:07 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-08 22:17:07 +0100 |
commit | e0ce3b5268bc89d6f620c858e69f76629629c1ae (patch) | |
tree | 8c26bbdc34369cd209344b70a873739b95ee317c /configure.in | |
parent | f4c572e425cfe95fffb6eb62ecef169c97fb8031 (diff) | |
download | mate-applets-e0ce3b5268bc89d6f620c858e69f76629629c1ae.tar.bz2 mate-applets-e0ce3b5268bc89d6f620c858e69f76629629c1ae.tar.xz |
remove mixer applet (moved to mate-media package)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/configure.in b/configure.in index 7b68049d..39ba9798 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,6 @@ GUCHARMAP2_REQUIRED=2.23.0 GUCHARMAP_REQUIRED=1.4.0 POLKIT_REQUIRED=0.92 NETWORKMANAGER_REQUIRED=0.7 -GST10_REQUIRED=0.10.2 dnl *************************************************************************** AM_MAINTAINER_MODE @@ -307,25 +306,6 @@ if test "x$ENABLE_NETWORKMANAGER" = "xyes"; then fi fi -dnl -- check for the Mixer ---------------------------------------------------- -AC_ARG_ENABLE([mixer-applet], - AC_HELP_STRING([--enable-mixer-applet], [Enable the gstreamer-based mixer applet.]), - enable_mixer=$enableval, - enable_mixer=no) -MIXER_CFLAGS= -MIXER_LIBS= -if test "x$enable_mixer" != "xno"; then - GST10_PKGS="gstreamer-0.10 >= $GST10_REQUIRED gstreamer-interfaces-0.10 >= $GST10_REQUIRED gstreamer-audio-0.10 >= $GST10_REQUIRED" - PKG_CHECK_MODULES(MIXER, $GST10_PKGS, HAVE_GST=yes, HAVE_GST=no) - if test "x$HAVE_GST" = "xno"; then - enable_mixer=no - AC_MSG_ERROR([Mixer applet explicitly requested but a compatible gstreamer version was not found]) - fi -fi -AM_CONDITIONAL(BUILD_MIXER_APPLET, test "x$enable_mixer" = "xyes") -AC_SUBST(MIXER_CFLAGS) -AC_SUBST(MIXER_LIBS) - dnl *************************************************************************** dnl *** find paths to installed binaries *** dnl *************************************************************************** @@ -697,8 +677,6 @@ battstat/apmlib/Makefile battstat/sounds/Makefile battstat/docs/Makefile man/Makefile -mixer/Makefile -mixer/docs/Makefile stickynotes/Makefile stickynotes/pixmaps/Makefile stickynotes/docs/Makefile @@ -747,7 +725,6 @@ mate-applets-$VERSION configure summary: - mateweather $build_libmateweather_applets - invest-applet $BUILD_INVEST_APPLET - modemlights $BUILD_MODEM_LIGHTS - - mixer $enable_mixer - multiload $build_gtop_applets - stickynotes $enable_stickynotes - trashapplet always |