On Sun, 2011-03-06 at 20:20 +1000, Eric Springer wrote: > When building on Fedora 14, there appears to be two missing > dependencies (libical-devel and gperf) that stop it building. > > Below is the change required them. Not sure of the licensing / > contribution model -- but I'll put my "commit" in the public domain -- > feel free to just use it (and not bother trying to credit me)
Contribution model is: - Put a git-format patch format patch into bugzilla - You retain copyright if the patch is significant enough to have copyright implications - We take a patch submission as permission for distribution under the license of the project. (More information at https://live.gnome.org/GnomeShell/Development) In this case, I'll just push the equivalent changes - hit this problem myself building on Fedora 15. http://git.gnome.org/browse/gnome-shell/commit/?id=38235ecb976a9001397bcafaa1640dfbcc603d05 - Owen > > diff --git a/tools/build/gnome-shell-build-setup.sh > b/tools/build/gnome-shell-build-setup.sh > index f568fc2..80785bd 100755 > --- a/tools/build/gnome-shell-build-setup.sh > +++ b/tools/build/gnome-shell-build-setup.sh > @@ -122,7 +122,7 @@ if test "x$system" = xFedora ; then > icon-naming-utils upower-devel libtool-ltdl-devel libvorbis-devel > iso-codes-devel libgcrypt-devel libtasn1-devel libtasn1-tools > libusb1-devel > libgnome-keyring-devel libgtop2-devel cups-devel db4-devel libproxy-devel > - sqlite-devel > + sqlite-devel libical-devel gperf > " > > if expr $version \>= 14 > /dev/null ; then > _______________________________________________ > gnome-shell-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnome-shell-list _______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
