From 822ef09350aa4f0ad45e191342acb1aa2366194d Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Mon, 20 Apr 2009 18:04:44 -0400 Subject: [PATCH] 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) --- 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 ff8891ece..c9ed61ddf 100755 --- a/tools/build/gnome-shell-build-setup.sh +++ b/tools/build/gnome-shell-build-setup.sh @@ -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"