mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
13 lines
299 B
PkgConfig
13 lines
299 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libmodplug
|
|
Description: The ModPlug mod file playing library.
|
|
Version: 0.8.8.4
|
|
Requires:
|
|
Libs: -L${libdir} -lmodplug
|
|
Libs.private: -lstdc++ -lm
|
|
Cflags: -I${includedir} -I${includedir}/libmodplug
|