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