aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-07-08 10:14:30 -0500
committerKhem Raj <raj.khem@gmail.com>2022-07-08 22:43:03 -0400
commit40a55b3215e5d93e6ea83433ac236647a2f93529 (patch)
tree32dce5ee1607aad3c0cec86b29bb22852222824a /meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb
parentcd14aec0541ca2d9e7f8bb6f5d081be535623fb9 (diff)
downloadmeta-openembedded-contrib-40a55b3215e5d93e6ea83433ac236647a2f93529.tar.gz
libsdl: The libsdl and libsdl2 are not virtual
There is only one provider, these should not be virtual. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb')
-rw-r--r--meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb
index 6673ba3d4b..797c38d8e1 100644
--- a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb
+++ b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb
@@ -1,6 +1,6 @@
SUMMARY = "Simple DirectMedia Layer truetype font library"
SECTION = "libs"
-DEPENDS = "virtual/libsdl freetype"
+DEPENDS = "libsdl freetype"
LICENSE = "Zlib"
LIC_FILES_CHKSUM = "file://COPYING;md5=22800d1b3701377aae0b61ee36f5c303"