🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
358 B

  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: OpenAL
  6. Description: OpenAL is a cross-platform 3D audio API
  7. Requires: @PKG_CONFIG_REQUIRES@
  8. Version: @PACKAGE_VERSION@
  9. Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@
  10. Libs.private:@PKG_CONFIG_PRIVATE_LIBS@
  11. Cflags: -I${includedir} -I${includedir}/AL @PKG_CONFIG_CFLAGS@