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.
This commit is contained in:
William Lachance 2009-02-10 15:29:56 -05:00 committed by Owen W. Taylor
parent 11561fd902
commit de1c150f50

View File

@ -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