From e7d09d4e68b28862482e5e6c2043e770c33f71c6 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 22 Jul 2011 20:44:36 +0000 Subject: [PATCH] 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 --- dbus-tqt.pc.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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