diff options
author | Mark Jonas <toertel@gmail.com> | 2020-11-24 20:32:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-29 20:24:32 +0000 |
commit | 81df43d972fc1408f5500342d864f536b23c3a0b (patch) | |
tree | d4311816474a160a28c765c4bfc50c383f566c8a /meta | |
parent | 22dea63874735f9cba8feb93409f85a0099ccaf9 (diff) | |
download | poky-81df43d972fc1408f5500342d864f536b23c3a0b.tar.gz |
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.
(From OE-Core rev: 62d3cbe7c8261c1c875ff6da11572409262aaf02)
Signed-off-by: Mark Jonas <toertel@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb index 2ef7d2e5ef..5fa99821c4 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb | |||
@@ -58,7 +58,7 @@ PACKAGECONFIG ??= " \ | |||
58 | " | 58 | " |
59 | PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib," | 59 | PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib," |
60 | PACKAGECONFIG[arm-neon] = "--enable-arm-neon,--disable-arm-neon" | 60 | PACKAGECONFIG[arm-neon] = "--enable-arm-neon,--disable-arm-neon" |
61 | PACKAGECONFIG[directfb] = "--enable-video-directfb,--disable-video-directfb,directfb" | 61 | PACKAGECONFIG[directfb] = "--enable-video-directfb,--disable-video-directfb,directfb,directfb" |
62 | PACKAGECONFIG[gles2] = "--enable-video-opengles,--disable-video-opengles,virtual/libgles2" | 62 | PACKAGECONFIG[gles2] = "--enable-video-opengles,--disable-video-opengles,virtual/libgles2" |
63 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 63 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
64 | PACKAGECONFIG[kmsdrm] = "--enable-video-kmsdrm,--disable-video-kmsdrm,libdrm virtual/libgbm" | 64 | PACKAGECONFIG[kmsdrm] = "--enable-video-kmsdrm,--disable-video-kmsdrm,libdrm virtual/libgbm" |