Use a helper to count the number of float/double values for a property
[openal-soft.git] / openal.pc.in
blob8bdd4f3b134f532a41086b4181c74a9ac933c979
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: OpenAL
7 Description: OpenAL is a cross-platform 3D audio API
8 Requires: @PKG_CONFIG_REQUIRES@
9 Version: @PACKAGE_VERSION@
10 Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@
11 Cflags: -I${includedir} -I${includedir}/AL @PKG_CONFIG_CFLAGS@