README.chromium 931 B

123456789101112131415161718192021222324252627
  1. Name: wayland
  2. URL: http://wayland.freedesktop.org/
  3. Version: 1.18.0
  4. CPEPrefix: cpe:/a:wayland:wayland:1.18.0
  5. License: MIT
  6. License File: src/COPYING
  7. Security Critical: yes
  8. Description:
  9. Wayland is a protocol for a compositor to talk to its clients as well as a C
  10. library implementation of that protocol.
  11. Modifications:
  12. - Added wayland_scanner_wrapper.py to generate protocol code automatically.
  13. - Added "include/" include_dirs for the wayland_server target
  14. To import a new snapshot of wayland:
  15. - Checkout the latest release tag.
  16. $ git checkout 1.13.0
  17. - Update the DEPS entry to the newly checked out commit.
  18. $ roll-dep --roll-to=<commit>
  19. - Update generated files:
  20. (in wayland/src directory)
  21. $ ./autogen.sh --disable-dtd-validation && make
  22. $ rsync -R $(git ls-files --others '*.h') ../include
  23. $ rsync -R $(git ls-files --others 'protocol/*-protocol.c') ..
  24. - Update this README to reflect the new version number.