mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 21:15:34 +02:00
added missing dependency
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include/libpng15
|
||||
|
||||
Name: libpng
|
||||
Description: Loads and saves PNG files
|
||||
Version: 1.5.6
|
||||
Libs: -L${libdir} -lpng15
|
||||
Libs.private: -lz -lm
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user