2011/2/17 Kristian Høgsberg <[email protected]>: > On Thu, Feb 17, 2011 at 7:29 AM, Sedat Dilek <[email protected]> > wrote: > > I looks like all these patches raced with Darxus' updates. I applied > Darxus' patch since I had it sitting in my inbox a couple of days > already, but hopefully the end result should be the same. > > Thanks, > Kristian > >> Signed-off-by: Sedat Dilek <[email protected]> >> --- >> building.html | 17 +++++++++++++++++ >> 1 files changed, 17 insertions(+), 0 deletions(-) >> >> diff --git a/building.html b/building.html >> index 8005ce1..4147d90 100644 >> --- a/building.html >> +++ b/building.html >> @@ -55,6 +55,23 @@ Minimum requirements: >> AMD/ATI: Linux kernel >=2.6.38-rcX and ddx (xf86-video-ati) >=6.14.0 >> </p> >> >> +<h2>Wayland core libraries</h2> >> + >> +<p>Recently, Wayland was split into core libs and demos. >> +There now exists two repositories: >> +1. wayland/wayland >> +2. wayland/wayland-demos >> +</p> >> + >> +<p>Build Wayland core libs:</p> >> +<pre> >> + $ git clone git://anongit.freedesktop.org/wayland/wayland >> + $ cd wayland >> + $ ./autogen.sh --prefix=$INSTALL_PATH >> + $ make >> + $ make install >> +</pre> >> + >> <h2>Building mesa without Wayland EGL platform</h2> >> >> <p>Wayland uses the mesa EGL stack, and all extensions required to run >> -- >> 1.7.4.1 >> >> >
As I am not subscribed to the wayland-devel ML and did not check the ML-archives offline, I have not seen the commits. Anyway, it is fixed, now. Next time I check the ML (or should I subscribe to the ML :-)?) and save me extra work. I hope my KMS/PageFlip patchset gets committed soonish. BTW, what about giving people commit-access to the wayland-web repo? The manual to debian-live is "open" and the co-working is fine. And... moving wayland-web to "Wayland" @ <http://cgit.freedesktop.org/> would be nice, so that all interesting wayland repos are at one location. Currently, there is... Wayland wayland/wayland Wayland Compositor Infrastructure root 3 days summary log tree wayland/wayland-demos Wayland Demos root 3 days summary log tree Last question: How to label the commits (subject line)? "wayland-web:"? For example... wayland-web: super-patch-name Thanks for the feedback and informations. - Sedat - _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
