gnome-applets r11226 - trunk
- From: callum svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-applets r11226 - trunk
- Date: Tue, 27 Jan 2009 02:54:00 +0000 (UTC)
Author: callum
Date: Tue Jan 27 02:54:00 2009
New Revision: 11226
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=11226&view=rev
Log:
Make sure the mixer actually builds. Especially now that the libgnome stuff is gone.
Modified:
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Jan 27 02:54:00 2009
@@ -326,10 +326,10 @@
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
- MIXER_CFLAGS=
- MIXER_LIBS=
- GST10_PKGS="gstreamer-0.10 >= $GST10_REQUIRED gstreamer-plugins-base-0.10 >= $GST10_REQUIRED"
+ 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]