summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>2019-05-16 17:08:48 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2019-11-19 16:01:14 -0800
commit3bf867206130518b63b1336fef1832f228cccf97 (patch)
tree7e144fb8dfc1a9a5d1030ecd1210f4c2cf0bad01
parent651cb97a023620250d81dd39b9cbeaa5958d4475 (diff)
downloadmeta-xilinx-3bf867206130518b63b1336fef1832f228cccf97.tar.gz
libmali-xlnx: modify version on egl.pc for compatibility
Other packages may be using pkg-config to check for a compatible egl version. Align with the supported GL version to avoid errors when running configure for such packages. Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-graphics/libgles/files/egl.pc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/libgles/files/egl.pc b/meta-xilinx-bsp/recipes-graphics/libgles/files/egl.pc
index f9935f25..7bdca50a 100644
--- a/meta-xilinx-bsp/recipes-graphics/libgles/files/egl.pc
+++ b/meta-xilinx-bsp/recipes-graphics/libgles/files/egl.pc
@@ -6,7 +6,7 @@ includedir=/usr/include
6Name: egl 6Name: egl
7Description: MALI EGL library 7Description: MALI EGL library
8Requires.private: 8Requires.private:
9Version: r8p0 9Version: 1.4
10Libs: -L${libdir} -lEGL 10Libs: -L${libdir} -lEGL
11Libs.private: -lm -lpthread -ldl 11Libs.private: -lm -lpthread -ldl
12Cflags: -I${includedir} 12Cflags: -I${includedir}