Show detected path to DejaVuSans in configure summary
This commit is contained in:
parent
36387ece6b
commit
443b322262
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
2014-01-21 Andrey Borzenkov <arvidjaar@gmail.com>
|
2014-01-21 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||||
|
|
||||||
* configure.ac: Look for DejaVuSans also in /usr/share/fonts/truetype.
|
* configure.ac: Look for DejaVuSans also in /usr/share/fonts/truetype.
|
||||||
|
Show detected font path in summary.
|
||||||
|
|
||||||
2014-01-21 Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
2014-01-21 Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
|
||||||
|
|
||||||
|
|
|
@ -1816,6 +1816,7 @@ echo grub-mount: No "($grub_mount_excuse)"
|
||||||
fi
|
fi
|
||||||
if [ x"$starfield_excuse" = x ]; then
|
if [ x"$starfield_excuse" = x ]; then
|
||||||
echo starfield theme: Yes
|
echo starfield theme: Yes
|
||||||
|
echo With DejaVuSans font from $DJVU_FONT_SOURCE
|
||||||
else
|
else
|
||||||
echo starfield theme: No "($starfield_excuse)"
|
echo starfield theme: No "($starfield_excuse)"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue