summaryrefslogtreecommitdiffstats
path: root/third_party/wayland/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/wayland/README.chromium')
-rw-r--r--third_party/wayland/README.chromium22
1 files changed, 22 insertions, 0 deletions
diff --git a/third_party/wayland/README.chromium b/third_party/wayland/README.chromium
new file mode 100644
index 0000000..ccf8020
--- /dev/null
+++ b/third_party/wayland/README.chromium
@@ -0,0 +1,22 @@
+Name: wayland
+URL: http://wayland.freedesktop.org/
+Version: 1.9.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.9.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.