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>
13 lines
306 B
PkgConfig
13 lines
306 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=${prefix}/include
|
|
|
|
Name: libmodplug
|
|
Description: The ModPlug mod file playing library (emulated via libopenmpt).
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: libopenmpt
|
|
Libs: -L${libdir} -lmodplug
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|
|
|