root/liboggz/trunk/oggz.pc.in

Revision 2832, 266 bytes (checked in by conrad, 2 years ago)

update pkg-config info, use Libs.private to pull in ogg (refer to ogg's
pkg-config info rather than hardcoding it)

Line 
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: oggz
7 Description: A library for reading and writing Ogg encapsulated data.
8 Requires: ogg
9 Version: @VERSION@
10 Libs: -L${libdir} -loggz
11 Libs.private: -logg
12 Cflags: -I${includedir}
Note: See TracBrowser for help on using the browser.