Home | History | Annotate | Download | only in dist

Lines Matching refs:FONTROOTDIR

630 FONTROOTDIR
1376 --with-fontrootdir=DIR Path to root directory for font files
1377 --with-fontdir=DIR Path to cyrillic files [FONTROOTDIR/cyrillic]
3065 # Check whether --with-fontrootdir was given.
3068 withval=$with_fontrootdir; FONTROOTDIR="$withval"
3071 # if --with-fontrootdir not specified...
3072 if test "x${FONTROOTDIR}" = "x"; then
3073 FONTROOTDIR=`$PKG_CONFIG --variable=fontrootdir fontutil`
3076 if test "x${FONTROOTDIR}" = "x"; then
3077 FONTROOTDIR="${datadir}/fonts/X11"
3080 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${FONTROOTDIR}" >&5
3081 printf "%s\n" "${FONTROOTDIR}" >&6; }
3094 FONTDIR='${FONTROOTDIR}/cyrillic'