mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-10-16 01:03:33 -04:00
managed to get the projects compiling, jpg has been disabled for now and I wasn't able to test the runtime until I can get my hands on the files required by libgldemo
This commit is contained in:
parent
a380de3a44
commit
b99359078e
601 changed files with 334759 additions and 69 deletions
11
library/deps/libpng/libpng.pc
Normal file
11
library/deps/libpng/libpng.pc
Normal file
|
@ -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.11
|
||||
Libs: -L${libdir} -lpng15
|
||||
Libs.private: -lz
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue