diff --git a/totem-xul-4.patch b/totem-xul-4.patch index 64f3c9a..be114f4 100644 --- a/totem-xul-4.patch +++ b/totem-xul-4.patch @@ -338,15 +338,6 @@ Index: configure.in PKG_CHECK_MODULES([DBUS], [dbus-glib-1 >= $DBUS_REQS],, [enable_browser_plugins=no]) DBUSLIBDIR="`$PKG_CONFIG dbus-glib-1 --variable=libdir`" -@@ -667,7 +629,7 @@ - fi - - if test "$enable_browser_plugins" = "yes" ; then -- PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ], [enable_browser_plugins = yes], [enable_browser_plugins=no]) -+ PKG_CHECK_MODULES([SN], [ libstartup-notification-1.0 >= 0.8 ], enable_browser_plugins=yes, enable_browser_plugins=no) - if test "x$enable_browser_plugins" != "xyes" ; then - AC_MSG_WARN([libstartup-notification not found, necessary to build the plugin viewer]) - fi @@ -675,56 +637,46 @@ # Sets some variables, and check for xpidl