| Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 1 | prefix=/usr |
| 2 | exec_prefix=${prefix} | ||||
| 3 | libdir=${exec_prefix}/lib | ||||
| 4 | includedir=${prefix}/include | ||||
| 5 | |||||
| 6 | Name: egl | ||||
| 7 | Description: egl for RaspberryPI | ||||
| 8 | Version: 0.0 | ||||
| 9 | Libs: -L${libdir} -lEGL -lGLESv2 | ||||
| 10 | Cflags: -I${includedir}/vc -I${includedir}/interface -I${includedir}/interface/vcos -I${includedir}/interface/vcos/pthreads | ||||