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,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
||||
Name: ILU
|
||||
Description: Developer's Image Library - ILU part (image library utilities)
|
||||
Version: @VERSION@
|
||||
URL: http://openil.sourceforge.net
|
||||
Requires: IL
|
||||
Libs: -L@libdir@ -lILU
|
||||
Libs.private: @ILU_LIBS@ -lIL
|
||||
Cflags: -I@includedir@ @IL_CFLAGS@
|
||||
Reference in New Issue
Block a user