Home | History | Annotate | Download | only in dist

Lines Matching refs:fontrootdir

29 fontrootdir = get_option('with-fontrootdir')
30 if fontrootdir == ''
33 fontrootdir = fontutil_dep.get_variable(pkgconfig: 'fontrootdir')
35 if fontrootdir == ''
36 fontrootdir = get_option('prefix') / get_option('datadir') / '/fonts/X11'
39 conf.set('FONTROOTDIR', fontrootdir)
43 encodingsdir = get_option('with-fontrootdir')