aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-02 17:13:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-06 22:54:42 +0100
commita8835cc014d761bf18a420b48c7c61cdfeded552 (patch)
tree646514eb473c3f61a12779f22009498063a55ca4 /meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb
parent2b148b9e73f05af33ed1437358fa5322cf364651 (diff)
downloadopenembedded-core-contrib-a8835cc014d761bf18a420b48c7c61cdfeded552.tar.gz
eglinfo: add recipes for x11 and fb backends
eglinfo is a small utility for printing out information about EGL as well as about its client APIs, OpenGL / OpenGLES 1.x / OpenGLES 2.x / OpenVG. Recipe originally by Carlos Rafael Giani <dv@pseudoterminal.org>. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb b/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb
new file mode 100644
index 0000000000..65b265fcb7
--- /dev/null
+++ b/meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb
@@ -0,0 +1,11 @@
+EGLINFO_PLATFORM ?= "fb"
+EGLINFO_BINARY_NAME ?= "eglinfo-fb"
+
+# .bbappend files in BSP meta layers can add EGLINFO_DEVICE
+# values if necessary. eglinfo.inc contains default values for
+# the currently supported devices.
+# Consult the eglinfo README.md for details
+
+include eglinfo.inc
+
+SUMMARY += "(Framebuffer version)"