]> code.ossystems Code Review - openembedded-core.git/commit
libsdl2: Add directfb to PACKAGECONFIG rdepends
authorMark Jonas <toertel@gmail.com>
Tue, 24 Nov 2020 19:32:50 +0000 (20:32 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 10 Dec 2020 00:31:56 +0000 (08:31 +0800)
commitbcc2df0f95d173d6ec91ac9ff9fd4ed8b0a64a55
tree2d98f24c847ec5c97bb89bcacd3d8b684bc9bc1e
parentd11ab9cb77bf91f939035417b757773a5d80242c
libsdl2: Add directfb to PACKAGECONFIG rdepends

PACKAGECONFIG[directfb] already adds directfb to the build
dependencies. But the automatically generated runtime
dependencies do not add the directfb package to the runtime
dependencies. Most likely this happens because libsdl2 does not link
against directfb but uses dlopen() or similar. Thus, the runtime
dependency to directfb needs to be declared explicitly.

Signed-off-by: Mark Jonas <toertel@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 62d3cbe7c8261c1c875ff6da11572409262aaf02)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb