Files
meta-openembedded/meta-oe/recipes-graphics/directfb
Hemanth Kumar M D b247a4d44b directfb: fix build with GCC 16
GCC 16 requires std::set comparators to be callable on a const
comparator object. TaskManager::operator() is used as a comparator
but is not const-qualified, causing the build to fail.

Add the missing const qualifier to restore compatibility with GCC 16.

Link: https://github.com/deniskropp/DirectFB/issues/29

Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-06-12 07:29:05 -07:00
..
2026-06-12 07:29:05 -07:00
2026-06-12 07:29:05 -07:00