Home | History | Annotate | Download | only in dist

Lines Matching refs:FONTROOTDIR

628 FONTROOTDIR
1373 --with-fontrootdir=DIR Path to root directory for font files
1374 --with-fontdir=DIR Path to TTF files [FONTROOTDIR/TTF]
3061 # Check whether --with-fontrootdir was given.
3064 withval=$with_fontrootdir; FONTROOTDIR="$withval"
3067 # if --with-fontrootdir not specified...
3068 if test "x${FONTROOTDIR}" = "x"; then
3069 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3072 if test "x${FONTROOTDIR}" = "x"; then
3073 FONTROOTDIR="${datadir}/fonts/X11"
3076 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3077 printf "%s\n" "${FONTROOTDIR}" >&6; }
3090 FONTDIR='${FONTROOTDIR}/TTF'