SOURCES: evince-disable_dbus.patch (NEW) - disable building with d...

paladine paladine at pld-linux.org
Wed Aug 17 19:53:31 CEST 2005


Author: paladine                     Date: Wed Aug 17 17:53:31 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable building with dbus support

---- Files affected:
SOURCES:
   evince-disable_dbus.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/evince-disable_dbus.patch
diff -u /dev/null SOURCES/evince-disable_dbus.patch:1.1
--- /dev/null	Wed Aug 17 19:53:31 2005
+++ SOURCES/evince-disable_dbus.patch	Wed Aug 17 19:53:26 2005
@@ -0,0 +1,20 @@
+diff -urN evince-0.3.4.orig/configure.ac evince-0.3.4/configure.ac
+--- evince-0.3.4.orig/configure.ac	2005-08-17 19:24:23.525313000 +0200
++++ evince-0.3.4/configure.ac	2005-08-17 19:39:30.129488216 +0200
+@@ -57,10 +57,12 @@
+ GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`  
+ AC_SUBST(GLIB_GENMARSHAL)
+ 
+-PKG_CHECK_MODULES([DBUS], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED],
+-	[enable_dbus=yes],[enable_dbus=no])
+-AC_SUBST([DBUS_CFLAGS])
+-AC_SUBST([DBUS_LIBS])
++dnl PKG_CHECK_MODULES([DBUS], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED],
++dnl	[enable_dbus=yes],[enable_dbus=no])
++dnl AC_SUBST([DBUS_CFLAGS])
++dnl AC_SUBST([DBUS_LIBS])
++
++enable_dbus=no
+ 
+ if test "x$enable_dbus" = "xno"; then
+ 	AC_MSG_WARN([DBUS support is disabled since dbus $DBUS_GLIB_REQUIRED or higher was not found])
================================================================



More information about the pld-cvs-commit mailing list