On Thu, 2010-12-09 at 13:14 +0100, Johannes Schmid wrote: > Hi! > > > Maybe we can add "distro based deps" to jhbuild so when bootstraping > > in jhbuild so all dependencies will be taken from your distro when > > available. > > You volunteer to keep this up-to-date? The gnome-shell build scripts > maintains a list of required packages for different distributions but it > is really hard to keep that up-to-date. > > For now, it would be sufficient to have a list of packages needed for > the examples so people can get started.
Yelp has pkg-config integration. And package managers are good about figuring out dependencies of packages you request. So we could probably get away with something like this: You need <link action="install:webkitgtk3-devel">WebKit</link> to go through this tutorial. But, as always, we'll be bitten by differences in package names on different platforms. We need a solution to this nonsense. -- Shaun _______________________________________________ gnome-doc-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-doc-list
