config: remove redundant DBUS API define, require dbus-1 >= 1.0

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).
This means we require dbus 1.0 now.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
This commit is contained in:
Peter Hutterer
2010-06-10 14:31:48 +10:00
parent 66b21b2f45
commit 7805e45284
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,6 @@
#include <dix-config.h>
#endif
#define DBUS_API_SUBJECT_TO_CHANGE
#include <dbus/dbus.h>
#include <string.h>