[gnome-settings-daemon] wacom: require librsvg-2.0 2.36.2 or later



commit 642f563b9d20ef58e344509bdeb13ccb6947878d
Author: Olivier Fourdan <ofourdan redhat com>
Date:   Mon Jan 7 14:48:33 2013 +0100

    wacom: require librsvg-2.0 2.36.2 or later
    
    to avoid a warning at build time with older librsvg-2.0
    versions which required to include <librsvg/rsvg-cairo.h>
    directly.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 722c271..b02fc40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,7 @@ LIBNOTIFY_REQUIRED_VERSION=0.7.3
 UPOWER_GLIB_REQUIRED_VERSION=0.9.1
 PA_REQUIRED_VERSION=2.0
 LIBWACOM_REQUIRED_VERSION=0.7
+LIBRSVG_REQUIRED_VERSION=2.36.2
 UPOWER_REQUIRED_VERSION=0.9.11
 IBUS_REQUIRED_VERSION=1.4.99
 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION=3.7.2.1
@@ -257,7 +258,7 @@ case $host_os in
       have_wacom=no
     else
       if test x$enable_gudev != xno; then
-        PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi xtst gudev-1.0 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION xorg-wacom librsvg-2.0])
+        PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi xtst gudev-1.0 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION xorg-wacom librsvg-2.0 >= $LIBRSVG_REQUIRED_VERSION])
       else
         AC_MSG_ERROR([GUdev is necessary to compile Wacom support])
       fi



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