summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>2019-05-16 14:10:23 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2019-11-19 16:01:14 -0800
commit651cb97a023620250d81dd39b9cbeaa5958d4475 (patch)
treeffdc7a0bb744e3b54e756d45e9fd27722302b3db
parent9c2708913ab24d2697124b05bcb9d541a4903547 (diff)
downloadmeta-xilinx-651cb97a023620250d81dd39b9cbeaa5958d4475.tar.gz
libmali-xlnx: Change version on gbm.pc to be compatible with mesa
Other packages may be using pkg-config to check for a compatible gbm version, which usually comes from mesa. Align with the supported mesa 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/gbm.pc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/libgles/files/gbm.pc b/meta-xilinx-bsp/recipes-graphics/libgles/files/gbm.pc
index 02ea94e6..0a07a660 100644
--- a/meta-xilinx-bsp/recipes-graphics/libgles/files/gbm.pc
+++ b/meta-xilinx-bsp/recipes-graphics/libgles/files/gbm.pc
@@ -6,7 +6,7 @@ includedir=/usr/include
6Name: gbm 6Name: gbm
7Description: MALI gbm library 7Description: MALI gbm library
8Requires.private: 8Requires.private:
9Version: r8p0 9Version: 17.1.7
10Libs: -L${libdir} -lgbm 10Libs: -L${libdir} -lgbm
11Libs.private: -lm -lpthread -ldl 11Libs.private: -lm -lpthread -ldl
12Cflags: -I${includedir} 12Cflags: -I${includedir}