summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPeter Eisenmann <4240-p3732@users.noreply.gitlab.freedesktop.org>2022-09-07 14:24:43 +0000
committerJan Rybar <jrybar@redhat.com>2022-09-07 14:24:43 +0000
commita405b3e00ac24ae21ea36834cfc61cbae041bf39 (patch)
tree3679c33ed7cc9cf6d05f61e84afa22b6135871cb /meson_options.txt
parent91597f08929ddf1bc3a90a7122f9e23ea96d6e11 (diff)
downloadpolkit-a405b3e00ac24ae21ea36834cfc61cbae041bf39.tar.gz
build: add option to skip building polkitd
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 d648148..9066bb2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,7 @@
option('session_tracking', type: 'combo', choices: ['libsystemd-login', 'libelogind', 'ConsoleKit'], value: 'ConsoleKit', description: 'session tracking (libsystemd-login/libelogind/ConsoleKit)')
option('systemdsystemunitdir', type: 'string', value: '', description: 'custom directory for systemd system units')
+option('libs-only', type: 'boolean', value: false, description: 'Only build libraries (skips building polkitd)')
option('polkitd_user', type: 'string', value: 'polkitd', description: 'User for running polkitd (polkitd)')
option('authfw', type: 'combo', choices: ['pam', 'shadow', 'bsdauth'], value: 'pam', description: 'Authentication framework (pam/shadow)')