[tracker/tracker-0.12] build: Set _REQUIRED versions for giff, jpeg and tiff



commit a8d4a66e9a8281cae971e34c8f21068e017000ca
Author: Martyn Russell <martyn lanedo com>
Date:   Wed Feb 8 14:00:28 2012 +0000

    build: Set _REQUIRED versions for giff, jpeg and tiff
    
    We actually don't have a requirement, but if they're not installed, the error
    message doesn't make sense.

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index aa2cf89..ac4df6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,6 +171,9 @@ MEEGOTOUCH_REQUIRED=0.20
 POPPLER_REQUIRED=0.16.0
 CAIRO_REQUIRED=1.0
 GDK_REQUIRED=1.0
+LIBJPEG_REQUIRED="any version"
+LIBGIF_REQUIRED="any version"
+LIBTIFF_REQUIRED="any version"
 LIBVORBIS_REQUIRED=0.22
 LIBFLAC_REQUIRED=1.2.1
 LIBEXIF_REQUIRED=0.6



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]