[gnome-shell] gnome-shell.modules: Disable librsvg theme engine



commit 2915319602f41a54bf0d6eef74172d7953a6eb20
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Aug 24 15:02:52 2010 -0400

    gnome-shell.modules: Disable librsvg theme engine
    
    The librsvg theme engine uses now-gone GTK+ drawing functions so doesn't
    compile with GTK+ 3. Since we don't need the theme engine anyways,
    skip bulding it.

 tools/build/gnome-shell.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/build/gnome-shell.modules b/tools/build/gnome-shell.modules
index b8b352a..df1bfdc 100644
--- a/tools/build/gnome-shell.modules
+++ b/tools/build/gnome-shell.modules
@@ -150,7 +150,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="librsvg" supports-non-srcdir-builds="no">
+  <autotools id="librsvg" supports-non-srcdir-builds="no" autogenargs="--disable-gtk-theme">
     <branch repo="git.gnome.org" module="librsvg"/>
     <dependencies>
       <dep package="gtk3"/>



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