mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 20:11:51 +00:00
12 lines
381 B
PkgConfig
12 lines
381 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.22.2
|
|
Libs: -L${libdir} -lopenal
|
|
Libs.private: -framework ApplicationServices -framework AudioToolbox -framework AudioUnit -framework CoreAudio
|
|
Cflags: -I${includedir} -I${includedir}/AL -DAL_LIBTYPE_STATIC
|