Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
include 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
protocol 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
stubs 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
features.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
wayland_protocol.gni 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
wayland_scanner_wrapper.py 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: wayland
URL: http://wayland.freedesktop.org/
Version: 1.18.0
CPEPrefix: cpe:/a:wayland:wayland:1.18.0
License: MIT
License File: src/COPYING
Security Critical: yes

Description:
Wayland is a protocol for a compositor to talk to its clients as well as a C
library implementation of that protocol.

Modifications:
- Added wayland_scanner_wrapper.py to generate protocol code automatically.
- Added "include/" include_dirs for the wayland_server target

To import a new snapshot of wayland:
- Checkout the latest release tag.
$ git checkout 1.13.0
- Update the DEPS entry to the newly checked out commit.
$ roll-dep --roll-to=
- Update generated files:
(in wayland/src directory)
$ ./autogen.sh --disable-dtd-validation && make
$ rsync -R $(git ls-files --others '*.h') ../include
$ rsync -R $(git ls-files --others 'protocol/*-protocol.c') ..
- Update this README to reflect the new version number.