Add FreeType2 "no/qt/system" configure option with description
Change-Id: I9510a492efadc0262e689de8fb2ac1750bf253ff Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
1ae448acbd
commit
69e21f1a86
13
configure
vendored
13
configure
vendored
@ -1924,6 +1924,14 @@ while [ "$#" -gt 0 ]; do
|
||||
UNKNOWN_OPT=yes
|
||||
fi
|
||||
;;
|
||||
freetype)
|
||||
[ "$VAL" = "yes" ] && VAL=qt
|
||||
if [ "$VAL" = "qt" ] || [ "$VAL" = "no" ] || [ "$VAL" = "system" ]; then
|
||||
CFG_FREETYPE="$VAL"
|
||||
else
|
||||
UNKNOWN_OPT=yes
|
||||
fi
|
||||
;;
|
||||
xkb)
|
||||
if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then
|
||||
CFG_XKB="$VAL"
|
||||
@ -3535,6 +3543,11 @@ Third Party Libraries:
|
||||
+ -system-libjpeg .... Use libjpeg from the operating system.
|
||||
See http://www.ijg.org
|
||||
|
||||
-no-freetype ....... Do not compile in Freetype2 support.
|
||||
-qt-freetype ....... Use the libfreetype bundled with Qt.
|
||||
+ -system-freetype.... Use the libfreetype provided by the system (enabled if -fontconfig is active).
|
||||
See http://www.freetype.org
|
||||
|
||||
* -no-harfbuzz ....... Do not compile HarfBuzz-NG support.
|
||||
-qt-harfbuzz ....... (experimental) Use HarfBuzz-NG bundled with Qt
|
||||
to do text shaping. It can still be disabled
|
||||
|
Loading…
Reference in New Issue
Block a user