]> 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)
committerSteve Sakoman <steve@sakoman.com>
Thu, 10 Dec 2020 14:11:06 +0000 (04:11 -1000)
commit5738bec0e5f06037015fa431f74ff66da66b70b1
tree31c53a2c8d7d01b9f9e67e5b0e9272449a4afadf
parente216b2223cbe8c459348262f98b3cfbe79d12023
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: Steve Sakoman <steve@sakoman.com>
meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb