HomeSort by: relevance | last modified time | path
    Searched refs:encodingsdir (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/encodings/dist/
mkencodingsdir.in 7 cd ${DESTDIR}@encodingsdir@
8 @mkfontscale@ -b -s -l -n -r -p @encodingsdir@ -e . -e large .
10 @mkfontscale@ -b -s -l -n -r -p @encodingsdir@/large -e . .
configure 615 ENCODINGSDIR
1374 --with-encodingsdir=DIR Path to encodings files [FONTROOTDIR/encodings]
3254 # Check whether --with-encodingsdir was given.
3257 withval=$with_encodingsdir; ENCODINGSDIR="${withval}"
3259 e) ENCODINGSDIR='${FONTROOTDIR}/encodings' ;;
3264 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${ENCODINGSDIR}" >&5
3265 printf "%s\n" "${ENCODINGSDIR}" >&6; }
  /xsrc/external/mit/xorg-cf-files/dist/
meson.build 41 # Replaces XORG_FONTSUBDIR([ENCODINGSDIR],[encodingsdir],[encodings])
43 encodingsdir = get_option('with-fontrootdir')
44 if encodingsdir == ''
45 encodingsdir = 'FontDir' / 'encodings'
47 conf.set('ENCODINGSDIR', encodingsdir)
configure 624 ENCODINGSDIR
1371 --with-encodingsdir=DIR Path to encodings files [FONTROOTDIR/encodings]
3085 # Check whether --with-encodingsdir was given.
3088 withval=$with_encodingsdir; ENCODINGSDIR="${withval}"
3090 ENCODINGSDIR='${FONTROOTDIR}/encodings'
3094 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${ENCODINGSDIR}" >&5
3095 printf "%s\n" "${ENCODINGSDIR}" >&6; }
3173 ENCODINGSDIR="`echo ${ENCODINGSDIR} | ${SED} 's/${FONTROOTDIR}/FontDir/'`"

Completed in 21 milliseconds