Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: egl
|
||||
Description: egl for RaspberryPI
|
||||
Version: 0.0
|
||||
Libs: -L${libdir} -lEGL -lGLESv2
|
||||
Cflags: -I${includedir}/vc -I${includedir}/interface -I${includedir}/interface/vcos -I${includedir}/interface/vcos/pthreads
|
||||
Reference in New Issue
Block a user