diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.26 2010-07-09 22:14:32 phintuka Exp $ +# * $Id: configure,v 1.27 2010-10-19 11:56:28 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -372,7 +372,7 @@ if enabled libxine; then test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)" test_library X11 dbus-glib-1 \ "dbus/dbus-glib.h" \ - "-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0" \ + "-ldbus-glib-1 -lgobject-2.0 -lglib-2.0" \ "dbus_g_bus_get(0,0)" \ "-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include" fi |