]> git.pld-linux.org Git - packages/evince.git/commitdiff
- disable building with dbus support
authorpaladine <paladine@pld-linux.org>
Wed, 17 Aug 2005 17:53:26 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evince-disable_dbus.patch -> 1.1

evince-disable_dbus.patch [new file with mode: 0644]

diff --git a/evince-disable_dbus.patch b/evince-disable_dbus.patch
new file mode 100644 (file)
index 0000000..d11515e
--- /dev/null
@@ -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])
This page took 0.144317 seconds and 4 git commands to generate.