mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-04 01:11:15 +00:00
15 lines
266 B
PkgConfig
15 lines
266 B
PkgConfig
|
# ogg pkg-config file
|
||
|
|
||
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: ogg
|
||
|
Description: ogg is a library for manipulating ogg bitstreams
|
||
|
Version: 1.3.4
|
||
|
Requires:
|
||
|
Conflicts:
|
||
|
Libs: ${libdir}/libogg.a
|
||
|
Cflags: -I${includedir}
|