[meta-xilinx] [meta-xilinx-bsp][PATCH 10/14] libmali-xlnx: Change version on gbm.pc to be compatible with mesa

Sai Hari Chandana Kalluri chandana.kalluri at xilinx.com
Fri Nov 15 19:00:31 PST 2019


From: Alejandro Enedino Hernandez Samaniego <alejandr at xilinx.com>

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 at xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri at xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
 meta-xilinx-bsp/recipes-graphics/libgles/files/gbm.pc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xilinx-bsp/recipes-graphics/libgles/files/gbm.pc b/meta-xilinx-bsp/recipes-graphics/libgles/files/gbm.pc
index 02ea94e..0a07a66 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
 Name: gbm
 Description: MALI gbm library
 Requires.private:
-Version: r8p0
+Version: 17.1.7
 Libs: -L${libdir} -lgbm
 Libs.private: -lm -lpthread -ldl
 Cflags: -I${includedir}
-- 
2.7.4



More information about the meta-xilinx mailing list