> 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.
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
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.
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
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
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)))
>
Should maybe go in a different file, created wayland.scm for now
* 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 -