mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
add openal.pc file
This commit is contained in:
parent
2c082c21ec
commit
5ad4b073ed
1 changed files with 11 additions and 0 deletions
11
deps/openal/lib/pkgconfig/openal.pc
vendored
Normal file
11
deps/openal/lib/pkgconfig/openal.pc
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
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.21.0
|
||||
Libs: -L${libdir} -lopenal -framework ApplicationServices -framework AudioToolbox -framework AudioUnit -framework CoreAudio
|
||||
Cflags: -I${includedir} -I${includedir}/AL -DAL_LIBTYPE_STATIC
|
Loading…
Reference in a new issue