--- 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__ '>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mastodon.scm
AgeCommit message (Collapse)Author
2020-07-27gnu: Add python-mastodon-py.Efraim Flashner
* gnu/packages/mastodon.scm (python-mastodon-py): New variable.
2020-06-30gnu: toot: Update to 0.27.0.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.27.0.
2020-04-16gnu: toot: Update to 0.26.0.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.26.0.
2020-04-01gnu: toot: Adjust custom phases.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[arguments]: 'check is already run after 'install so replace 'check rather than re-inserting it.
2020-04-01gnu: toot: Update to 0.25.2.Efraim Flashner
* gnu/packages/mastodon.scm (toot): Update to 0.25.2.
2019-12-03gnu: toot: Make propagated-inputs regular inputs.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ... [inputs]: ... here.
2019-12-03gnu: toot: Add missing input.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid.
2019-12-01gnu: toot: Update to 0.24.0.Tobias Geerinckx-Rice
* gnu/packages/mastodon.scm (toot): Update to 0.24.0. [arguments]: Remove obsolete ‘dont-install-Makefile’ phase.
2019-06-25gnu: toot: Don't install the Makefile.Efraim Flashner
* gnu/packages/mastodon.scm (toot)[arguments]: Add custom phase to prevent installing data_files.