diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-26 01:19:58 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-26 01:19:58 +0200 |
commit | 324168d1758b4cf062b703eed36fde1c8c0e642c (patch) | |
tree | f1058422a442be55c139d2e54b2c912dd1e61c35 | |
parent | 8183cf09ce7b7d623779227aae732de8fc723996 (diff) | |
download | connman-324168d1758b4cf062b703eed36fde1c8c0e642c.tar.gz connman-324168d1758b4cf062b703eed36fde1c8c0e642c.tar.bz2 connman-324168d1758b4cf062b703eed36fde1c8c0e642c.zip |
The properties currently use DBUS_TYPE_* so require dbus-1
-rw-r--r-- | connman.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connman.pc.in b/connman.pc.in index cb38b922..2af3c2bb 100644 --- a/connman.pc.in +++ b/connman.pc.in @@ -8,7 +8,7 @@ scriptdir=${libdir}/connman/scripts Name: connman Description: Connection Manager -Requires: glib-2.0 +Requires: glib-2.0 dbus-1 Version: @VERSION@ Libs: -module -avoid-version -export-symbols-regex connman_plugin_desc Cflags: -I${includedir} |