diff options
| author | Ted Gould <ted@gould.cx> | 2010-06-30 11:29:46 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-06-30 11:29:46 -0500 |
| commit | 9b98c0e29a0f15d9203feb051f4d39155e331dda (patch) | |
| tree | f8b393f773365af2ac46d51c114f1785ee27aaff /tests/dbusmenu-jsonloader.pc.in | |
| parent | 9dc2095a918b79246713d205b1716358f5d012ec (diff) | |
| parent | 94516efaf61bccb441d4c49bb94e4ae5cd86e9ee (diff) | |
| download | libdbusmenu-9b98c0e29a0f15d9203feb051f4d39155e331dda.tar.gz libdbusmenu-9b98c0e29a0f15d9203feb051f4d39155e331dda.tar.bz2 libdbusmenu-9b98c0e29a0f15d9203feb051f4d39155e331dda.zip | |
* Upstream Merge
* Adding more through JSON support for testing
* Autogen
* debian/control, debian/libdbusmenu-jsonloader*install: Adding
two binary packages for the jsonloader test library.
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@ + |
