It's still being pulled in by the HAL CFLAGS but the requirement to define this was dropped from DBus pre 1.0 (November 2006).
Signed-off-by: Peter Hutterer <[email protected]> --- config/dbus.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/config/dbus.c b/config/dbus.c index 4888f62..b67fddb 100644 --- a/config/dbus.c +++ b/config/dbus.c @@ -27,7 +27,6 @@ #include <dix-config.h> #endif -#define DBUS_API_SUBJECT_TO_CHANGE #include <dbus/dbus.h> #include <string.h> -- 1.7.0.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
