Re: [PATCH 9/9] gnu: Add weston.

2016-09-07 Thread David Craven
> Did you test this? > Pushed. but just realized now that I should have pushed to > core-updates, since it requires patches from core-updates. Most builds > will probably fail until core-updates is merged... Sorry about that.

Re: [PATCH 9/9] gnu: Add weston.

2016-09-06 Thread Mark H Weaver
David Craven writes: > * gnu/packages/wayland.scm (weston): New file. > * gnu/local.mk (GNU_PACKAGE_MODULES): Add it. This failed to build on hydra: https://hydra.gnu.org/build/1467506 (x86_64) https://hydra.gnu.org/build/1467476 (i686) https://hydra.gnu.org/build/1467551 (mips64el) It

Re: [PATCH 9/9] gnu: Add weston.

2016-09-06 Thread David Craven
Pushed. but just realized now that I should have pushed to core-updates, since it requires patches from core-updates. Most builds will probably fail until core-updates is merged... Sorry about that.

Re: [PATCH 9/9] gnu: Add weston.

2016-09-05 Thread Ludovic Courtès
David Craven skribis: > Is this ok as a description? I don't think the term display server is > commonly used for wayland compositors, so I left the synopsis. > > (description "Weston is the reference implementation of a Wayland > compositor, and a useful compositor in its own right. > > A Wa

Re: [PATCH 9/9] gnu: Add weston.

2016-09-04 Thread David Craven
Is this ok as a description? I don't think the term display server is commonly used for wayland compositors, so I left the synopsis. (description "Weston is the reference implementation of a Wayland compositor, and a useful compositor in its own right. A Wayland compositor allows applications

Re: [PATCH 9/9] gnu: Add weston.

2016-09-03 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/wayland.scm (weston): New file. > * gnu/local.mk (GNU_PACKAGE_MODULES): Add it. [...] > +(define-public cairo-xcb > + (package > +(inherit cairo) > +(name "cairo-xcb") > +(inputs > + `(("mesa" ,mesa) > + ,@(package-inputs cairo))) >

Re: [PATCH 9/9] gnu: Add weston.

2016-09-01 Thread David Craven
Should maybe go in a different file, created wayland.scm for now

[PATCH 9/9] gnu: Add weston.

2016-09-01 Thread David Craven
* gnu/packages/wayland.scm (weston): New file. * gnu/local.mk (GNU_PACKAGE_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/wayland.scm | 130 +++ 2 files changed, 131 insertions(+) create mode 100644 gnu/packages/wayland.scm diff -