mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-03 00:42:22 +00:00
16 lines
313 B
PkgConfig
16 lines
313 B
PkgConfig
|
# libvorbis pkg-config source file
|
||
|
|
||
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: vorbis
|
||
|
Description: vorbis is the primary Ogg Vorbis library
|
||
|
Version: 1.3.7
|
||
|
Requires.private: ogg
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -lvorbis -logg
|
||
|
Libs.private: -lm
|
||
|
Cflags: -I${includedir}
|