From f98b448ee835646be48f530b3e6fe13b32b093f5 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:58 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-graphics/amd-gpu-x11-bin/files/glesv2.pc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-graphics/amd-gpu-x11-bin/files/glesv2.pc (limited to 'recipes-graphics/amd-gpu-x11-bin/files/glesv2.pc') 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