0003-include-setjmp-h.patch 532 B

1234567891011121314151617
  1. matchbox-lib: include setjmp.h
  2. Based on this upstream patch:
  3. http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox/commit/?id=9315bcce1f01e7d6c00161442d61d3c676794d9d
  4. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
  5. --- libmatchbox-1.9/libmb/mbpixbuf.c.orig 2014-02-21 12:45:46.867035956 +0000
  6. +++ libmatchbox-1.9/libmb/mbpixbuf.c 2014-02-21 12:46:43.482949583 +0000
  7. @@ -22,6 +22,7 @@
  8. #include <strings.h>
  9. #include "mbpixbuf.h"
  10. +#include <setjmp.h>
  11. #define BYTE_ORD_24_RGB 0
  12. #define BYTE_ORD_24_RBG 1