[MPlayer-dev-eng] [PATCH] Add support for GNOME screensaver
Diego Biurrun
diego at biurrun.de
Wed Apr 26 18:01:24 CEST 2006
On Wed, Apr 26, 2006 at 04:31:04PM +0200, Piotr Kaczuba wrote:
>
> Attached there is the proper patch, as the previous one has two files
> missing.
>
> --- main/configure 2006-04-26 03:59:05.000000000 +0200
> +++ main.new/configure 2006-04-26 14:40:07.527783461 +0200
> @@ -6815,6 +6815,23 @@
> fi
> echores "$_gethostbyname2"
>
> +# Check for D-BUS GLib interface
This line is superfluous.
> +echocheck "D-BUS GLib interface"
> +if pkg-config --exists dbus-glib-1; then
> + _dbus_glib=yes
Only run the test if _dbus_glib is set to auto.
> +echores "$_dbus_glib"
> +
> +if test "$_x11" = yes -a "$_dbus_glib" = yes; then
> + _vosrc="$_vosrc gnome_screensaver.c"
> +fi
The last 3 lines belong in the test block itself, not after it.
Diego
More information about the MPlayer-dev-eng
mailing list