mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
||||
Name: IL
|
||||
Description: Developer's Image Library - IL part (just image loading)
|
||||
Version: @VERSION@
|
||||
URL: http://openil.sourceforge.net
|
||||
Libs: -L@libdir@ -lIL
|
||||
Libs.private: @IL_LIBS@
|
||||
Cflags: -I@includedir@ @IL_CFLAGS@
|
||||
Reference in New Issue
Block a user