mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 21:31:25 +00:00
14 lines
265 B
PkgConfig
14 lines
265 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: -L${libdir} -logg
|
|
Cflags: -I${includedir}
|