summaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..625f243
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,4 @@
+option('config',
+ type : 'string',
+ value : 'pixpat-native/profiles/pixpat.toml',
+ description : 'Path (relative to project source root) to the pixpat codegen TOML config.')