diff options
author | phintuka <phintuka> | 2010-10-19 11:56:28 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-10-19 11:56:28 +0000 |
commit | 274df09ea0f085939bb8cfe2ed739008519195e6 (patch) | |
tree | 3668cc1475b057a37685cf9ba7297b98eb37c683 | |
parent | eae17246ac8b7b801640f54e1c6141d7a5a1b26c (diff) | |
download | xineliboutput-274df09ea0f085939bb8cfe2ed739008519195e6.tar.gz xineliboutput-274df09ea0f085939bb8cfe2ed739008519195e6.tar.bz2 |
Removed unneeded -ldbus-1
(Thanks to Christian Ruppert)
-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 |