Refer to xulrunner-dev and python-dev on Debian/Ubuntu

In the build setup script using unversioned xulrunner-dev and
python-dev gives better compatibility with different operating
systems and versions than using xulrunner-1.9-dev and python2.5-dev.

http://bugzilla.gnome.org/show_bug.cgi?id=578773 (Siegfried Gevatter)
This commit is contained in:
Owen W. Taylor 2009-04-20 18:04:44 -04:00
parent 61b6fd2f9c
commit 822ef09350

View File

@ -62,7 +62,7 @@ if test x$system = xUbuntu -o x$system = xDebian ; then
automake bison flex git-core gnome-common gtk-doc-tools \
libdbus-glib-1-dev libgconf2-dev libgtk2.0-dev libffi-dev \
libgnome-menu-dev libgnomeui-dev librsvg2-dev libwnck-dev libgl1-mesa-dev \
mesa-common-dev python2.5-dev libreadline5-dev xulrunner-1.9-dev \
mesa-common-dev python-dev libreadline5-dev xulrunner-dev \
; do
if ! dpkg_is_installed $pkg; then
reqd="$pkg $reqd"