11 lines
307 B
Diff
11 lines
307 B
Diff
|
--- modules/text_renderer/freetype/text_layout.c.orig 2018-04-25 00:37:34.697473228 +0200
|
||
|
+++ modules/text_renderer/freetype/text_layout.c 2018-04-25 00:37:59.444472898 +0200
|
||
|
@@ -52,7 +52,6 @@
|
||
|
|
||
|
/* RTL */
|
||
|
#if defined(HAVE_FRIBIDI)
|
||
|
-# define FRIBIDI_NO_DEPRECATED 1
|
||
|
# include <fribidi.h>
|
||
|
#endif
|
||
|
|