From 1494cdf5cac96faa08653fac99bd707642351ef2 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Mon, 25 Sep 2017 02:48:13 +0200 Subject: [PATCH] Updated RELEASE_NOTES.txt with lensfun dependency info. --- RELEASE_NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index ee136ca1b..a2b6afaff 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -36,7 +36,7 @@ In general: - For development builds and release-candidates use -DCACHE_NAME_SUFFIX="5-dev" Changes since 5.2: -- Lensfun required, specify the path to the lensfun database using the CMake option -DLENSFUNDBDIR="share/lensfun" +- Lensfun is required. To use the system-wide lensfun database, do not set the CMake option -DLENSFUNDBDIR. To use a custom lensfun database, set -DLENSFUNDBDIR="/absolute/path/to/database" News Relevant to Developers ---------------------------