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:
parent
61b6fd2f9c
commit
822ef09350
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user