]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 Sep 2007 06:43:32 +0000 (06:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-xserver-server-dbus.patch -> 1.3

xorg-xserver-server-dbus.patch

index deefd22b0ba6bcbb12f0372fed98399fec3fd268..584e3002afd885f2ba884d054234e23fdc798172 100644 (file)
@@ -1,15 +1,3 @@
---- configure.ac.org   2006-11-03 13:35:15.294001312 +0000
-+++ configure.ac       2006-11-03 13:37:02.207579844 +0000
-@@ -539,6 +539,7 @@
-        REQUIRED_LIBS="$REQUIRED_LIBS dbus-1"
- fi
- CONFIG_LIB='$(top_builddir)/config/libconfig.a'
-+CONFIG_LIB="$CONFIG_LIB $DBUS_LIBS"
- AM_CONDITIONAL(DBUS, [test "x$DBUS" = xyes])
- AM_CONDITIONAL(XV, [test "x$XV" = xyes])
-;
-;
 The code in connect_hook incorrectly checks for dbus_bus_request_name failure.
 The dbus_bus_request_name error indicator is -1, not 0. This leads
 to subsequent assertion failure in libdbus
This page took 0.152971 seconds and 4 git commands to generate.