summaryrefslogtreecommitdiff
path: root/engine/_config.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'engine/_config.py.in')
-rw-r--r--engine/_config.py.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/_config.py.in b/engine/_config.py.in
index 17c2274..d543829 100644
--- a/engine/_config.py.in
+++ b/engine/_config.py.in
@@ -23,4 +23,6 @@
PKGDATADIR = '${PKGDATADIR}'
LIBEXECDIR = '${LIBEXECDIR}'
-LOCALEDIR= '${DATADIR}/locale'
+LOCALEDIR = '${DATADIR}/locale'
+LAYOUT = '${LAYOUT}'
+SYMBOL_CHAR = unichr(${SYMBOL_CHAR_INT})