mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
15 lines
304 B
PkgConfig
15 lines
304 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:
|
|
Cflags: -I${includedir}
|