Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / lisp-modules / patches / cl-freetype2-fix-grovel-includes.patch
blobab8d58c173d5a1305c558860f2a48bae6c2d8c4e
1 --- a/src/ffi/grovel/grovel-freetype.h
2 +++ b/src/ffi/grovel/grovel-freetype.h
3 @@ -2,7 +2,7 @@
4 #include <ft2build.h>
5 #include FT_FREETYPE_H
7 -#include <ftsystem.h>
8 -#include <fttypes.h>
9 -#include <ftlist.h>
10 -#include <ftimage.h>
11 +#include <freetype/ftsystem.h>
12 +#include <freetype/fttypes.h>
13 +#include <freetype/ftlist.h>
14 +#include <freetype/ftimage.h>
16 Diff finished. Mon Nov 14 22:41:57 2022