mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-23 04:12:13 +00:00
15 lines
307 B
PkgConfig
15 lines
307 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
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|