3b468acbb4
We usually do not have a sub-directory for a family of related packages, so move matchbox packages one directory higher, so they all are in packages/ Also re-order packages alphabetically. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
532 B
Diff
18 lines
532 B
Diff
matchbox-lib: include setjmp.h
|
|
|
|
Based on this upstream patch:
|
|
|
|
http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox/commit/?id=9315bcce1f01e7d6c00161442d61d3c676794d9d
|
|
|
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
--- libmatchbox-1.9/libmb/mbpixbuf.c.orig 2014-02-21 12:45:46.867035956 +0000
|
|
+++ libmatchbox-1.9/libmb/mbpixbuf.c 2014-02-21 12:46:43.482949583 +0000
|
|
@@ -22,6 +22,7 @@
|
|
|
|
#include <strings.h>
|
|
#include "mbpixbuf.h"
|
|
+#include <setjmp.h>
|
|
|
|
#define BYTE_ORD_24_RGB 0
|
|
#define BYTE_ORD_24_RBG 1
|