diff options
author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2019-05-16 14:10:23 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-11-19 16:01:14 -0800 |
commit | 651cb97a023620250d81dd39b9cbeaa5958d4475 (patch) | |
tree | ffdc7a0bb744e3b54e756d45e9fd27722302b3db | |
parent | 9c2708913ab24d2697124b05bcb9d541a4903547 (diff) | |
download | meta-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.pc | 2 |
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 | |||
6 | Name: gbm | 6 | Name: gbm |
7 | Description: MALI gbm library | 7 | Description: MALI gbm library |
8 | Requires.private: | 8 | Requires.private: |
9 | Version: r8p0 | 9 | Version: 17.1.7 |
10 | Libs: -L${libdir} -lgbm | 10 | Libs: -L${libdir} -lgbm |
11 | Libs.private: -lm -lpthread -ldl | 11 | Libs.private: -lm -lpthread -ldl |
12 | Cflags: -I${includedir} | 12 | Cflags: -I${includedir} |