Re: [OE-core] [PATCH] libsdl2: Add directfb to PACKAGECONFIG rdepends

2020-11-24 Thread Mark Jonas
Hi Richard and Andre, On Tue, Nov 24, 2020 at 4:52 PM Richard Purdie wrote: > On Mon, 2020-11-23 at 11:54 -0800, Andre McCurdy wrote: > > On Mon, Nov 23, 2020 at 11:14 AM Mark Jonas > > wrote: > > > When building libsdl2 with PACKAGECONFIG[directfb] then directfb is > > > added to the DEPENDS. B

Re: [OE-core] [PATCH] libsdl2: Add directfb to PACKAGECONFIG rdepends

2020-11-24 Thread Richard Purdie
On Mon, 2020-11-23 at 11:54 -0800, Andre McCurdy wrote: > On Mon, Nov 23, 2020 at 11:14 AM Mark Jonas > wrote: > > When building libsdl2 with PACKAGECONFIG[directfb] then directfb is > > added to the DEPENDS. But the automatically generated runtime > > dependencies do not add the directfb package

Re: [OE-core] [PATCH] libsdl2: Add directfb to PACKAGECONFIG rdepends

2020-11-23 Thread Andre McCurdy
On Mon, Nov 23, 2020 at 11:14 AM Mark Jonas wrote: > > When building libsdl2 with PACKAGECONFIG[directfb] then directfb is > added to the DEPENDS. But the automatically generated runtime > dependencies do not add the directfb package to the runtime > dependencies. Most likely this happens because

[OE-core] [PATCH] libsdl2: Add directfb to PACKAGECONFIG rdepends

2020-11-23 Thread Mark Jonas
When building libsdl2 with PACKAGECONFIG[directfb] then directfb is added to the DEPENDS. 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 si