aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 288b2d7..f611a7f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,6 @@
# Executable options
option('poiName', description: 'Executable name', type: 'string', value: 'poi')
+option('firejail', description: 'firejail executable name', type: 'string', value: '/usr/bin/firejail')
# Install options
option('manpage', description: 'Generate and install manpage', type: 'feature', value: 'auto')