diff options
author | Ted Gould <ted@gould.cx> | 2010-06-28 22:44:06 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-28 22:44:06 -0500 |
commit | 4df378827e9db26d9fad707224d25c0455e9d312 (patch) | |
tree | cb29420f1e36b92064e56e52430ce8fec7dc9741 /tests | |
parent | 511e68461114325f3685bc547517668b179b4914 (diff) | |
download | libdbusmenu-4df378827e9db26d9fad707224d25c0455e9d312.tar.gz libdbusmenu-4df378827e9db26d9fad707224d25c0455e9d312.tar.bz2 libdbusmenu-4df378827e9db26d9fad707224d25c0455e9d312.zip |
Getting the depends in order.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dbusmenu-jsonloader.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbusmenu-jsonloader.pc.in b/tests/dbusmenu-jsonloader.pc.in index 6c48f7e..d042132 100644 --- a/tests/dbusmenu-jsonloader.pc.in +++ b/tests/dbusmenu-jsonloader.pc.in @@ -5,7 +5,7 @@ bindir=@bindir@ includedir=@includedir@ Cflags: -I${includedir}/libdbusmenu-0.1 -Requires: dbus-glib-1 +Requires: dbus-glib-1,dbusmenu-glib,json-glib-1.0 Libs: -L${libdir} -ldbusmenu-jsonloader Name: libdbusmenu-jsonloader |