summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Wolk <elliot.wolk@gmail.com>2016-10-29 04:56:21 -0400
committerElliot Wolk <elliot.wolk@gmail.com>2016-10-29 04:56:21 -0400
commit465238bdddb11d00926dcaa76ffe2f59fb536df5 (patch)
tree5abfd77ae9d498a4162e54387bf1539672d9ca56
parent66b581330ee0517e346170a3695c3b53a32a0c18 (diff)
config: exif 0 => 1
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 93bb1c3..d9cb300 100644
--- a/config.mk
+++ b/config.mk
@@ -7,7 +7,7 @@ curl ?= 1
debug ?= 0
help ?= 0
xinerama ?= 1
-exif ?= 0
+exif ?= 1
# Prefix for all installed files
PREFIX ?= /usr/local