summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-03-10 10:05:44 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-03-10 10:06:53 +0000
commit10ac9fb3277e599d1ac4d54c0d59faebc064b186 (patch)
tree5110967c59ff14df79314e157f542c2386eb74c6 /meson_options.txt
parent7ca3f8f612f8891c9dfe785bd73b4278df81eaee (diff)
downloadenlightenment-10ac9fb3277e599d1ac4d54c0d59faebc064b186.tar.gz
e - add exif as dependency and option for efm file props
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 64f0be3472..b214df80fa 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -35,6 +35,10 @@ option('pam',
type: 'boolean',
value: true,
description: 'enable PAM support: (default=true)')
+option('libexif',
+ type: 'boolean',
+ value: true,
+ description: 'enable EXIF support: (default=true)')
option('device-udev',
type: 'boolean',