patch-src_ttf_h 372 B

12345678910111213
  1. --- fbsplash-1.0.orig/src/ttf.h 2014-03-30 12:57:32.000000000 +0200
  2. +++ fbsplash-1.0/src/ttf.h 2016-09-23 15:23:00.593974947 +0200
  3. @@ -1,8 +1,8 @@
  4. #ifndef _TTF_H
  5. #define _TTF_H
  6. #include <ft2build.h>
  7. -#include <ftoutln.h>
  8. -#include <ttnameid.h>
  9. +#include <freetype/ftoutln.h>
  10. +#include <freetype/ttnameid.h>
  11. #define CACHED_METRICS 0x10
  12. #define CACHED_BITMAP 0x01