[gnome-session] build: Remove artificial librsvg dependency



commit 9a78872b026951d597c888a6b0ff68de5f8e4855
Author: Vincent Untz <vuntz gnome org>
Date:   Sat Jul 2 10:06:17 2011 +0200

    build: Remove artificial librsvg dependency
    
    This was only needed when we were loading the computer-fail from our
    data instead of from the icon theme.

 configure.ac                |    1 -
 gnome-session/gsm-manager.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 61d0a60..4880765 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,6 @@ PKG_CHECK_MODULES(GNOME_SESSION,
         gtk+-3.0 >= $GTK3_REQUIRED
         dbus-glib-1 >= $DBUS_GLIB_REQUIRED
         upower-glib >= $UPOWER_REQUIRED
-        librsvg-2.0
 )
 
 PKG_CHECK_MODULES(SESSION_PROPERTIES,
diff --git a/gnome-session/gsm-manager.c b/gnome-session/gsm-manager.c
index 857233c..72efc39 100644
--- a/gnome-session/gsm-manager.c
+++ b/gnome-session/gsm-manager.c
@@ -37,7 +37,6 @@
 #include <glib-object.h>
 #include <dbus/dbus-glib.h>
 #include <dbus/dbus-glib-lowlevel.h>
-#include <librsvg/rsvg.h>
 
 #include <upower.h>
 



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