This patch adds an -uninstalled.pc file so other libs/tools can use it
svn path=/trunk/ogg/; revision=6992
This commit is contained in:
parent
d765286bce
commit
7548908a61
@ -12,7 +12,7 @@ pkgconfig_DATA = ogg.pc
|
||||
|
||||
EXTRA_DIST = README AUTHORS CHANGES COPYING \
|
||||
libogg.spec libogg.spec.in \
|
||||
ogg.m4 ogg.pc.in \
|
||||
ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
|
||||
macos macosx
|
||||
|
||||
dist-hook:
|
||||
|
14
ogg-uninstalled.pc.in
Normal file
14
ogg-uninstalled.pc.in
Normal file
@ -0,0 +1,14 @@
|
||||
# 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}/libogg.la
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in New Issue
Block a user