From 69e21f1a86c201b817611d0bb237999e809cde0f Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Sun, 8 Sep 2013 06:55:50 +0300 Subject: Add FreeType2 "no/qt/system" configure option with description Change-Id: I9510a492efadc0262e689de8fb2ac1750bf253ff Reviewed-by: Lars Knoll --- configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 0047ff29ba..1e7f01c3f8 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3