summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-10-19 11:56:28 +0000
committerphintuka <phintuka>2010-10-19 11:56:28 +0000
commit274df09ea0f085939bb8cfe2ed739008519195e6 (patch)
tree3668cc1475b057a37685cf9ba7297b98eb37c683
parenteae17246ac8b7b801640f54e1c6141d7a5a1b26c (diff)
downloadxineliboutput-274df09ea0f085939bb8cfe2ed739008519195e6.tar.gz
xineliboutput-274df09ea0f085939bb8cfe2ed739008519195e6.tar.bz2
Removed unneeded -ldbus-1
(Thanks to Christian Ruppert)
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 837eebbe..48f1ec33 100755
--- a/configure
+++ b/configure
@@ -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