README 951 B

12345678910111213141516171819202122
  1. Weston is the reference implementation of a Wayland compositor, as well
  2. as a useful environment in and of itself.
  3. Out of the box, Weston provides a very basic desktop, or a full-featured
  4. environment for non-desktop uses such as automotive, embedded,
  5. in-flight, industrial, kiosks, set-top boxes and TVs. It also provides a
  6. library allowing other projects to build their own full-featured
  7. environments on top of Weston's core.
  8. A small suite of example or demo clients are also provided: though they
  9. can be useful in themselves, their main purpose is to be an example or
  10. test case for others building compositors or clients.
  11. Optional Dependencies:
  12. At the present time, the only optional dependency for this SlackBuild is
  13. colord, which is disabled by default. That is because colord pulls in
  14. many dependencies.
  15. If you would like to enable colord functionality in this SlackBuild, set
  16. the USE_COLORD variable to "true" before running the SlackBuild.