On 12/06/13 11:33, Schrober wrote: > On Wednesday 12 June 2013 11:22:09 Emilio Pozuelo Monfort wrote: > [...] >> I had weston and all the stack (libdrm, mesa, wayland, cairo, pixman, gtk+, >> clutter...) built from git and working fairly well (I have a script in case >> you're interested). > > Yes, I would be extreme interested in the build script. Thanks for your work >
Sure, attached. It's highly based on the wayland build instructions. It's pretty simple, it will just update the repos and build the whole stack. It doesn't clone the git repos (I didn't add that as I already had the repos cloned by the time I wrote it). You can probably skip (i.e. comment) some modules now that they are up to date in Debian, but it doesn't hurt to build them either. The flags may need some tweaking, I haven't ran the script for quite a while. You can find other similar scripts (probably more complete) if you look around or ask in #wayland. E.g. there's one in http://www.chaosreigns.com/code/buildtest/. Feel free to use whichever you want. Cheers, Emilio
update-wayland-stack.sh
Description: application/shellscript