diff options
| author | Ted Gould <ted@gould.cx> | 2010-06-28 23:00:42 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-06-28 23:00:42 -0500 |
| commit | eeed492647812919c9832b886c3972d95e03e05f (patch) | |
| tree | 90de08af18077781529f26137d7b65c550e80abc /tests/dbusmenu-jsonloader.pc.in | |
| parent | 9dc2095a918b79246713d205b1716358f5d012ec (diff) | |
| parent | 4df378827e9db26d9fad707224d25c0455e9d312 (diff) | |
| download | libdbusmenu-eeed492647812919c9832b886c3972d95e03e05f.tar.gz libdbusmenu-eeed492647812919c9832b886c3972d95e03e05f.tar.bz2 libdbusmenu-eeed492647812919c9832b886c3972d95e03e05f.zip | |
* Upstream Merge
* Adding more through JSON support for testing
Diffstat (limited to 'tests/dbusmenu-jsonloader.pc.in')
| -rw-r--r-- | tests/dbusmenu-jsonloader.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/dbusmenu-jsonloader.pc.in b/tests/dbusmenu-jsonloader.pc.in new file mode 100644 index 0000000..d042132 --- /dev/null +++ b/tests/dbusmenu-jsonloader.pc.in @@ -0,0 +1,14 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +bindir=@bindir@ +includedir=@includedir@ + +Cflags: -I${includedir}/libdbusmenu-0.1 +Requires: dbus-glib-1,dbusmenu-glib,json-glib-1.0 +Libs: -L${libdir} -ldbusmenu-jsonloader + +Name: libdbusmenu-jsonloader +Description: A small library to load JSON descriptions of menus. Mostly for testing. +Version: @VERSION@ + |
