mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-11 07:11:57 +00:00
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@
|