49c0bb7f48
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
15 lines
296 B
PkgConfig
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}
|