root/trunk/libnotify/libnotify.pc.in

Revision 2819 (checked in by chipx86, 2 years ago)

- Improve libnotify.pc by pushing dependencies into Requires: instead of Cflags: and Libs:. This closes ticket #58.
- Bump the version to 0.4.0.90.

Line 
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libnotify
7 Description: Notifications Library
8 Version: @VERSION@
9 Requires: @pkg_modules@
10 Libs: -L${libdir} -lnotify
11 Cflags: -I${includedir}
12
Note: See TracBrowser for help on using the browser.