diff options
| author | Ted Gould <ted@gould.cx> | 2010-12-07 09:45:41 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-12-07 09:45:41 -0600 |
| commit | 663a072630eb71cf8ea246eb218934df1911ee1a (patch) | |
| tree | 20e1a5bb1b7a8e865b7975bfb52d94bbac044b0e /tests/dbusmenu-jsonloader-0.4.pc.in | |
| parent | bdb286fb7bdbf81d63c0c592beb5bbb94e1a82ae (diff) | |
| parent | 9b53f1fd5c2452f40ac079ece4d673b4b4d1bb57 (diff) | |
| download | libdbusmenu-663a072630eb71cf8ea246eb218934df1911ee1a.tar.gz libdbusmenu-663a072630eb71cf8ea246eb218934df1911ee1a.tar.bz2 libdbusmenu-663a072630eb71cf8ea246eb218934df1911ee1a.zip | |
* Upstream Merge
* Porting from dbus-glib to GDBus
Diffstat (limited to 'tests/dbusmenu-jsonloader-0.4.pc.in')
| -rw-r--r-- | tests/dbusmenu-jsonloader-0.4.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/dbusmenu-jsonloader-0.4.pc.in b/tests/dbusmenu-jsonloader-0.4.pc.in new file mode 100644 index 0000000..d042132 --- /dev/null +++ b/tests/dbusmenu-jsonloader-0.4.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@ + |
