3711735ed9
This allows apps to include "al.h", "alc.h", etc, like with Creative's SDK and CMake's FindOpenAL module, or as "AL/al.h" and "AL/alc.h" like before.
12 lines
319 B
PkgConfig
12 lines
319 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: OpenAL
|
|
Description: OpenAL is a cross-platform 3D audio API
|
|
Requires: @PKG_CONFIG_REQUIRES@
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@
|
|
Cflags: -I${includedir} -I${includedir}/AL @PKG_CONFIG_CFLAGS@
|