mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
12 lines
411 B
PkgConfig
12 lines
411 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenAL
|
|
Description: OpenAL is a cross-platform 3D audio API
|
|
Requires:
|
|
Version: 1.23.1
|
|
Libs: -L${libdir} -lopenal
|
|
Libs.private: -pthread -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit,-framework,ApplicationServices -Wl,-framework,CoreAudio -ldl -lm
|
|
Cflags: -I${includedir} -I${includedir}/AL -DAL_LIBTYPE_STATIC
|