diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-22 20:44:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-22 20:44:36 +0000 |
commit | e7d09d4e68b28862482e5e6c2043e770c33f71c6 (patch) | |
tree | 4cb300cb167274ec282a2a6a4f6f6e9b6cefd834 | |
parent | be20d565b2244786f25e695053cf6babe818754c (diff) | |
download | dbus-tqt-e7d09d4e68b28862482e5e6c2043e770c33f71c6.tar.gz dbus-tqt-e7d09d4e68b28862482e5e6c2043e770c33f71c6.zip |
dbus-tqt: pkgconfig fixes
Thanks to "Nix" for the patch!
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/dbus-tqt@1242783 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | dbus-tqt.pc.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus-tqt.pc.cmake b/dbus-tqt.pc.cmake index 6d5b9d9..4260cba 100644 --- a/dbus-tqt.pc.cmake +++ b/dbus-tqt.pc.cmake @@ -6,5 +6,6 @@ includedir=@PC_INCLUDE_DIR@ Name: @PROJECT_NAME@ Description: D-BUS TQt bindings Version: @VERSION@ +Requires: dbus-1 Libs: -L${libdir} @PC_LIBRARIES@ -Cflags: -I${includedir} +Cflags: -I${includedir} -I${includedir}/dbus-1.0 |