Create history and clipboard dirs for the emulator

pull/2/merge
Tigran Aivazian 12 years ago committed by Qingping Hou
parent d57ac2e756
commit b3b3d04c98

@ -195,6 +195,8 @@ fetchthirdparty:
ln -sf kpvcrlib/crengine/cr3gui/data data
test -e data/cr3.css || ln kpvcrlib/cr3.css data/
test -d fonts || ln -sf $(TTF_FONTS_DIR) fonts
test -d history || mkdir history
test -d clipboard || mkdir clipboard
# CREngine patch: disable fontconfig
grep USE_FONTCONFIG $(CRENGINEDIR)/crengine/include/crsetup.h && grep -v USE_FONTCONFIG $(CRENGINEDIR)/crengine/include/crsetup.h > /tmp/new && mv /tmp/new $(CRENGINEDIR)/crengine/include/crsetup.h || echo "USE_FONTCONFIG already disabled"
# CREngine patch: change child nodes' type face

Loading…
Cancel
Save