ogg/ogg-uninstalled.pc.in
Ralph Giles 49c0bb7f48 Provide the static library from ogg-uninstalled.pc.
Previously we linked libogg.la, which only works if the
caller is using libtool. This also forces a static link
when building against uninstalled libogg, which is is
usually what I want, but does require rebuilding after
an update.

svn path=/trunk/ogg/; revision=18565
2012-08-31 17:49:46 +00:00

15 lines
296 B
PkgConfig

# ogg uninstalled pkg-config file
prefix=
exec_prefix=
libdir=${pcfiledir}/src
includedir=${pcfiledir}/include
Name: ogg
Description: ogg is a library for manipulating ogg bitstreams (not installed)
Version: @VERSION@
Requires:
Conflicts:
Libs: ${libdir}/.libs/libogg.a
Cflags: -I${includedir}