aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-29 23:25:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-22 23:42:47 +0000
commit9c8af6b8dd40c98aca86d5b4858598e94ccaede5 (patch)
tree6203c7bdbb2f4d409b776d0d7b22fc49410dddbd /meta/recipes-graphics/directfb/directfb.inc
parent1eaa3e101d04fd9e73b3c680f305b35f9bb16add (diff)
downloadopenembedded-core-contrib-9c8af6b8dd40c98aca86d5b4858598e94ccaede5.tar.gz
directfb: Fix build with musl
compar_fn_t, sigval_t and non-posix recursive mutexes are not available in musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb.inc')
-rw-r--r--meta/recipes-graphics/directfb/directfb.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc
index 603aba3f6e..be39b83dd8 100644
--- a/meta/recipes-graphics/directfb/directfb.inc
+++ b/meta/recipes-graphics/directfb/directfb.inc
@@ -16,6 +16,9 @@ SRC_URI = "http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-${PV}.ta
file://fusion.patch \
file://bashism.patch \
file://0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch \
+ file://compar_fn_t.patch \
+ file://union-sigval.patch \
+ file://use-PTHREAD_MUTEX_RECURSIVE.patch \
"
S = "${WORKDIR}/DirectFB-${PV}"