summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2018-11-29 07:11:57 -0500
committerChris Michael <cp.michael@samsung.com>2018-11-29 07:13:16 -0500
commit422960b0e6206132e2e42d95eba4abafb827fd69 (patch)
tree5ee7379b742d4167c5318cc32841e4f94ee3b89c /meson_options.txt
parentd842aed3132eb298b5ecf76d41d1517bce309801 (diff)
downloadefl-422960b0e6206132e2e42d95eba4abafb827fd69.tar.gz
elput: Add elogind as meson option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 296b3b88d8..30eed934a4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -333,3 +333,9 @@ option('native-arch-optimization',
value: true,
description: 'Flag for enabling architecture native optimizations'
)
+
+option('elogind',
+ type : 'boolean',
+ value : false,
+ description : 'use elogind support'
+)