mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 00:53:46 +02:00
Move library tree where it belongs
This commit is contained in:
14
lib-src/libvorbis/vorbis.pc.in
Normal file
14
lib-src/libvorbis/vorbis.pc.in
Normal file
@@ -0,0 +1,14 @@
|
||||
# libvorbis pkg-config source file
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: vorbis
|
||||
Description: vorbis is the primary Ogg Vorbis library
|
||||
Version: @VERSION@
|
||||
Requires: ogg
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lvorbis -lm
|
||||
Cflags: -I${includedir}
|
Reference in New Issue
Block a user