From de1c150f50b112a6394cc1c9c06ecd2807c1853c Mon Sep 17 00:00:00 2001 From: William Lachance Date: Tue, 10 Feb 2009 15:29:56 -0500 Subject: [PATCH] Add librsvg-devel to the OpenSuSE dependency list librsvg-devel was missing from the OpenSuSE list, though on the lists for other distros. Add it to the OpenSuSE list as well. --- tools/build/gnome-shell-build-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh index aaf90cafc..bd53b4ca5 100755 --- a/tools/build/gnome-shell-build-setup.sh +++ b/tools/build/gnome-shell-build-setup.sh @@ -103,7 +103,7 @@ fi if test x$system = xSuSE ; then reqd="" - for pkg in libffi-devel xorg-x11-devel gnome-doc-utils-devel \ + for pkg in libffi-devel xorg-x11-devel gnome-doc-utils-devel librsvg-devel \ mozilla-xulrunner190-devel libgnomeui-devel xterm xorg-x11 xorg-x11-server-extra \ libwnck-devel gconf2-devel readline-devel flex bison; do if ! rpm -q $pkg > /dev/null 2>&1; then