mirror of
https://github.com/love2d/love-android.git
synced 2026-08-22 13:35:05 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libmpg123
|
||||
Description: An optimised MPEG Audio decoder
|
||||
Requires:
|
||||
Version: 1.13.4
|
||||
Libs: -L${libdir} -lmpg123
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user