diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-04-24 22:34:03 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-25 14:47:11 -0700 |
commit | f585868bced931b8d422c7d87af60cc25dd9261f (patch) | |
tree | d96fb5a6945ef7ef811e74e601004638afae54aa | |
parent | 670e96f0d3f721075cb416753a7ad048750d5721 (diff) | |
download | meta-openembedded-f585868bced931b8d422c7d87af60cc25dd9261f.tar.gz |
libsdl2-ttf: make use of virtual/libsdl2
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb index ae9a430cf5..d06f41bd0e 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Simple DirectMedia Layer truetype font library" | 1 | SUMMARY = "Simple DirectMedia Layer truetype font library" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | DEPENDS = "libsdl2 freetype virtual/egl" | 3 | DEPENDS = "virtual/libsdl2 freetype virtual/egl" |
4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" |
6 | 6 | ||