aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/vc-graphics/files/egl.pc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/vc-graphics/files/egl.pc')
-rw-r--r--recipes-graphics/vc-graphics/files/egl.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-graphics/vc-graphics/files/egl.pc b/recipes-graphics/vc-graphics/files/egl.pc
new file mode 100644
index 0000000..c314202
--- /dev/null
+++ b/recipes-graphics/vc-graphics/files/egl.pc
@@ -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