Skip to content

Commit cc73c5c

Browse files
committed
pango instead of fribidi.
1 parent d0e15e7 commit cc73c5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/help.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ void DisplayCompileOptions(void)
2929
#ifdef DEBUG
3030
"debug "
3131
#endif
32-
#ifdef USE_FRIBIDI
33-
"fribidi "
34-
#endif
3532
#ifdef USE_ICONS
3633
"icons "
3734
#endif
@@ -41,6 +38,9 @@ void DisplayCompileOptions(void)
4138
#ifdef ENABLE_NLS
4239
"nls "
4340
#endif
41+
#ifdef USE_PANGO
42+
"pango "
43+
#endif
4444
#ifdef USE_PNG
4545
"png "
4646
#endif

0 commit comments

Comments
 (0)