mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 22:16:17 +00:00
bi: Remove tracking of SDL_ttf and FriBidi
This commit is contained in:
parent
c17e6c00df
commit
8a9e861eb3
@ -35,7 +35,6 @@
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_image.h>
|
||||
#include <SDL2/SDL_mixer.h>
|
||||
#include <SDL2/SDL_ttf.h>
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/predef.h>
|
||||
@ -222,20 +221,6 @@ version_table_manager::version_table_manager()
|
||||
|
||||
names[LIB_SDL_MIXER] = "SDL_mixer";
|
||||
|
||||
//
|
||||
// SDL_ttf
|
||||
//
|
||||
|
||||
SDL_TTF_VERSION(&sdl_version);
|
||||
compiled[LIB_SDL_TTF] = format_version(sdl_version);
|
||||
|
||||
sdl_rt_version = TTF_Linked_Version();
|
||||
if(sdl_rt_version) {
|
||||
linked[LIB_SDL_TTF] = format_version(*sdl_rt_version);
|
||||
}
|
||||
|
||||
names[LIB_SDL_TTF] = "SDL_ttf";
|
||||
|
||||
//
|
||||
// Boost
|
||||
//
|
||||
@ -279,11 +264,6 @@ version_table_manager::version_table_manager()
|
||||
features.back().enabled = true;
|
||||
#endif
|
||||
|
||||
features.emplace_back(N_("feature^Legacy bidirectional rendering"));
|
||||
#ifdef HAVE_FRIBIDI
|
||||
features.back().enabled = true;
|
||||
#endif
|
||||
|
||||
#ifdef _X11
|
||||
|
||||
features.emplace_back(N_("feature^D-Bus notifications back end"));
|
||||
|
@ -32,7 +32,6 @@ enum LIBRARY_ID
|
||||
LIB_SDL,
|
||||
LIB_SDL_IMAGE,
|
||||
LIB_SDL_MIXER,
|
||||
LIB_SDL_TTF,
|
||||
LIB_PNG,
|
||||
|
||||
LIB_COUNT
|
||||
|
Loading…
x
Reference in New Issue
Block a user