[gnome-shell] Refer to xulrunner-dev and python-dev on Debian/Ubuntu



commit 822ef09350aa4f0ad45e191342acb1aa2366194d
Author: Owen W. Taylor <otaylor redhat com>
Date:   Mon Apr 20 18:04:44 2009 -0400

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/build/gnome-shell-build-setup.sh b/tools/build/gnome-shell-build-setup.sh
index ff8891e..c9ed61d 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"



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