--- a/src/SDL_Pango.h +++ b/src/SDL_Pango.h @@ -171,7 +171,7 @@ SDLPango_Direction direction); -#ifdef __FT2_BUILD_UNIX_H__ +#ifdef FT2BUILD_H_ extern DECLSPEC void SDLCALL SDLPango_CopyFTBitmapToSurface( const FT_Bitmap *bitmap, @@ -179,7 +179,7 @@ const SDLPango_Matrix *matrix, SDL_Rect *rect); -#endif /* __FT2_BUILD_UNIX_H__ */ +#endif #ifdef __PANGO_H__ ='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/ci.scm
AgeCommit message (Expand)Author
2022-01-11services: laminar: Set LAMINAR_BIND_RPC environment variable....Earlier, the bind-rpc field of <laminar-configuration> was not used at all. This was a bug. * gnu/services/ci.scm (laminar-shepherd-service): Use bind-rpc to set LAMINAR_BIND_RPC environment variable. Arun Isaac