diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-01-27 20:23:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-01-27 20:23:03 +0100 |
commit | 4252f6eb96ef00d5907dceda3af8c581917d7aa1 (patch) | |
tree | 7850c29f32d7bbb2be61d865b2900f24c7d54eb7 /README | |
parent | f32e4f8b3876b5cf063b92fa8988a7bda3672795 (diff) |
optional exif support (build with exif=1), initial patch import
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -15,6 +15,11 @@ Dependencies * libX11 * libXinerama (disable with make xinerama=0) +If built with exif=1: + + * libexif-dev + * libexif12 + Recommended ----------- @@ -42,8 +47,9 @@ Available flags are: * help (default 0) - include help text (refers to the manpage otherwise) * stat64 (default 0) - Support CIFS shares from 64bit hosts on 32bit machines * xinerama (default 1) - Support Xinerama/XRandR multiscreen setups + * exif (default 0) - Builtin EXIF tag display support -So, by default libcurl and Xinerama are enabled, while debug is disabled. +So, by default libcurl and Xinerama are enabled, the rest is disabled. Note: config.mk is designed so that in most cases, you can set environment variables instead of editing it. E.g.: |