aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4cbe0a6b..98e5f5f5 100644
--- a/meson.build
+++ b/meson.build
@@ -63,6 +63,7 @@ build_root = meson.current_build_dir()
build_aux_dir = source_root / 'build-aux'
templates_dir = source_root / 'build-aux/templates'
po_dir = source_root / 'po'
+data_dir = source_root / 'data'
src_dir = source_root / 'src'
plugins_dir = source_root / 'src/plugins'