Skip to content

Commit 9cf3889

Browse files
committed
Typo in fribidi description (#5091)
1 parent 166cd39 commit 9cf3889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ option(WITH_PROJ "Choose if reprojection support should be built in" ON)
102102
option(WITH_KML "Enable native KML output support (requires libxml2 support)" OFF)
103103
option(WITH_SOS "Enable SOS Server support (requires PROJ and libxml2 support)" OFF)
104104
option(WITH_WMS "Enable WMS Server support (requires proj support)" ON)
105-
option(WITH_FRIBIDI "Choose if FriBidi glyph shaping support should be built in (usefull for left-to-right languages) (requires HARFBUZZ)" ON)
105+
option(WITH_FRIBIDI "Choose if FriBidi glyph shaping support should be built in (usefull for right-to-left languages) (requires HARFBUZZ)" ON)
106106
option(WITH_HARFBUZZ "Choose if Harfbuzz complex text layout should be included (needed for e.g. arabic and hindi) (requires FRIBIDI)" ON)
107107
option(WITH_ICONV "Choose if Iconv Internationalization support should be built in" ON)
108108
option(WITH_CAIRO "Choose if CAIRO rendering support should be built in (required for SVG and PDF output)" ON)

0 commit comments

Comments
 (0)