Create history and clipboard dirs for the emulator

Tigran Aivazian 12 years ago
parent e7c264c576
commit 8fd76e243f

@ -198,6 +198,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