mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 02:16:26 +00:00
unix: Mark SDL_FRIBIDI_DYNAMIC as a weak dependency
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:

committed by
Özkan Sezer

parent
f7f33cbd36
commit
65b367216e
@@ -25,6 +25,13 @@
|
||||
#include "SDL_fribidi.h"
|
||||
#include <fribidi.h>
|
||||
|
||||
SDL_ELF_NOTE_DLOPEN(
|
||||
"fribidi",
|
||||
"Bidirectional text support",
|
||||
SDL_ELF_NOTE_DLOPEN_PRIORITY_SUGGESTED,
|
||||
SDL_FRIBIDI_DYNAMIC
|
||||
);
|
||||
|
||||
SDL_FriBidi *SDL_FriBidi_Create(void) {
|
||||
SDL_FriBidi *fribidi;
|
||||
|
||||
|
Reference in New Issue
Block a user