summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-07 15:17:09 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-09 07:37:42 -0800
commit02422135f345d73b10fdb7057b1daa1401c346f0 (patch)
tree89f0866b7a0c4a9a53a8a254678524f520fbab99
parentcf27cdafe1bf724760526bcd9aede43bed4ec855 (diff)
downloadmeta-openembedded-02422135f345d73b10fdb7057b1daa1401c346f0.tar.gz
libsdl2-ttf: Change depenendency from virtual/libgl to virtual/egl
Fixes build on graphics drivers not providing GL implementation Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.18.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.18.bb
index 513b411448..0951d721ba 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.18.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.18.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Simple DirectMedia Layer truetype font library" 1SUMMARY = "Simple DirectMedia Layer truetype font library"
2SECTION = "libs" 2SECTION = "libs"
3DEPENDS = "virtual/libsdl2 freetype virtual/libgl" 3DEPENDS = "virtual/libsdl2 freetype virtual/egl"
4LICENSE = "Zlib" 4LICENSE = "Zlib"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e98cfd01ca78f683e9d035795810ce87" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e98cfd01ca78f683e9d035795810ce87"
6 6