summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@collabora.co.uk>2007-01-07 13:34:26 +0000
committerRob Taylor <rob.taylor@collabora.co.uk>2007-01-07 13:34:26 +0000
commit79d115030d45fefd96d5ffc7853f80fc454c13b1 (patch)
tree08c5730a9ef2dbca7e2aeeca8f14ffba631987fd
parent6de547af3bd7d2c8b77464435c45d22bba702cc7 (diff)
downloaddbus-glib-79d115030d45fefd96d5ffc7853f80fc454c13b1.tar.gz
Allow dbus and dbus-glib to live in different prefixes
Adds Cflags: -I${includedir}/dbus-1.0 to dbus-glib-1.pc.in. Fixes #9384.
-rw-r--r--dbus-glib-1.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus-glib-1.pc.in b/dbus-glib-1.pc.in
index 29cf0ad..599901a 100644
--- a/dbus-glib-1.pc.in
+++ b/dbus-glib-1.pc.in
@@ -8,5 +8,6 @@ Description: GLib integration for the free desktop message bus
Version: @VERSION@
Requires: dbus-1 glib-2.0 gobject-2.0
Libs: -L${libdir} -ldbus-glib-1
+Cflags: -I${includedir}/dbus-1.0