ogg.pc.in 266 B

123456789101112131415
  1. # ogg pkg-config file
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: ogg
  7. Description: ogg is a library for manipulating ogg bitstreams
  8. Version: @VERSION@
  9. Requires:
  10. Conflicts:
  11. Libs: -L${libdir} -logg
  12. Cflags: -I${includedir}