mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
libsdl3: dont provide virtual/libsdl3
- depend on libsdl3 directly Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ SECTION = "libs"
|
||||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
|
||||
|
||||
DEPENDS = "tiff zlib libpng jpeg virtual/libsdl3 libwebp"
|
||||
DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp"
|
||||
|
||||
SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x"
|
||||
SRCREV = "11154afb7855293159588b245b446a4ef09e574f"
|
||||
|
||||
@@ -15,8 +15,6 @@ LIC_FILES_CHKSUM = "\
|
||||
file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \
|
||||
"
|
||||
|
||||
PROVIDES = "virtual/libsdl3"
|
||||
|
||||
SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz"
|
||||
|
||||
S = "${WORKDIR}/SDL3-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user