summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlastair Poole <netstar@gmail.com>2021-04-12 12:47:27 +0100
committerAlastair Poole <netstar@gmail.com>2021-04-12 12:47:27 +0100
commite1eed5190b6285941df69959e479e4273438d3e2 (patch)
treeeaa76a2efb81894388e7aaf2c701e1a6ef41a705 /meson_options.txt
parent56d2cdc294b6554e1153d408e618c8a8694be393 (diff)
downloadenlightenment-e1eed5190b6285941df69959e479e4273438d3e2.tar.gz
freebsd: make elput optional.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b214df80fa..ce0f88d694 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -40,6 +40,11 @@ option('libexif',
value: true,
description: 'enable EXIF support: (default=true)')
+option('elput',
+ type: 'boolean',
+ value: true,
+ description: 'enable elput support: (default=true)')
+
option('device-udev',
type: 'boolean',
value: true,