Cog/Frameworks/OpenMPT/OpenMPT/libopenmpt/libopenmpt.pc.in
Christopher Snowhill 731e52c440 Build libOpenMPT from source once again
Bundle libOpenMPT as a dynamic framework, which should be safe once
again, now that there is only one version to bundle. Also, now it is
using the versions of libvorbisfile and libmpg123 that are bundled with
the player, instead of compiling minimp3 and stbvorbis.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-30 22:57:30 -07:00

14 lines
313 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
Name: libopenmpt
Description: Tracker module player based on OpenMPT
Version: @VERSION@
Requires.private: @LIBOPENMPT_REQUIRES_PRIVATE@
Libs: -L${libdir} -lopenmpt
Libs.private: @LIBOPENMPT_LIBS_PRIVATE@
Cflags: -I${includedir}