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>
14 lines
313 B
PkgConfig
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}
|
|
|