From d4fa96358924633abfe176ace836ef852fc69575 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 6 Mar 2014 14:37:58 -0300 Subject: amd-gpu-x11-bin: Add pkgconfig files for EGL and OpenGL ES 2 The pkgconfig files are need for some applications which use it to check for library avaiability. The culprit which triggered it was the addition of glmark2 into the test image, thus causing a build failure in our autobuilder. The build has been tested in X11 and Framebuffer backends. Change-Id: I4fca032f5c2c8768b92430f05bc80e5ba51854be Signed-off-by: Otavio Salvador --- recipes-graphics/amd-gpu-x11-bin/files/egl.pc | 11 +++++++++++ recipes-graphics/amd-gpu-x11-bin/files/glesv2.pc | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 recipes-graphics/amd-gpu-x11-bin/files/egl.pc create mode 100644 recipes-graphics/amd-gpu-x11-bin/files/glesv2.pc (limited to 'recipes-graphics/amd-gpu-x11-bin/files') diff --git a/recipes-graphics/amd-gpu-x11-bin/files/egl.pc b/recipes-graphics/amd-gpu-x11-bin/files/egl.pc new file mode 100644 index 0000000..3d2ab5d --- /dev/null +++ b/recipes-graphics/amd-gpu-x11-bin/files/egl.pc @@ -0,0 +1,11 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=/usr/lib +includedir=/usr/include + +Name: egl +Description: AMD EGL library +Requires.private: +Version: 8.0 +Libs: -L${libdir} -lEGL +Cflags: -I${includedir} diff --git a/recipes-graphics/amd-gpu-x11-bin/files/glesv2.pc b/recipes-graphics/amd-gpu-x11-bin/files/glesv2.pc new file mode 100644 index 0000000..62e1cb6 --- /dev/null +++ b/recipes-graphics/amd-gpu-x11-bin/files/glesv2.pc @@ -0,0 +1,11 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=/usr/lib +includedir=/usr/include + +Name: glesv2 +Description: AMD OpenGL ES 2.0 library +Requires.private: +Version: 8.0 +Libs: -L${libdir} -lGLESv2 -lEGL +Cflags: -I${includedir} -- cgit v1.2.3-54-g00ecf