summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/wayland/README.chromium
blob: 3cc663688756ac988877dab6e319e76b293c6dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Name: wayland
URL: http://wayland.freedesktop.org/
Version: 1.13.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:
- None

To import a new snapshot of wayland:
- Checkout the latest release tag: git checkout 1.13.0
- Change the DEPS entry to the newly checked out commit.
- Update generated files:
    ./autogen.sh && 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.