mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Add FONTCONFIG_PATH, not part of the build.
This commit is contained in:
parent
477e2abf47
commit
4cb69322ab
@ -62,6 +62,12 @@ fi
|
|||||||
|
|
||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
|
|
||||||
|
##
|
||||||
|
## Set FONTCONFIG_PATH for Xft/fontconfig
|
||||||
|
##
|
||||||
|
FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft"
|
||||||
|
export FONTCONFIG_PATH
|
||||||
|
|
||||||
# Figure out if we need to ser LD_ASSUME_KERNEL for older versions of the JVM.
|
# Figure out if we need to ser LD_ASSUME_KERNEL for older versions of the JVM.
|
||||||
|
|
||||||
function set_jvm_vars() {
|
function set_jvm_vars() {
|
||||||
|
Loading…
Reference in New Issue
Block a user