blob: 5b371a71419feac6e9f1c87eef99d3d73e9ee841 [file] [log] [blame]
Name: wayland
URL: http://wayland.freedesktop.org/
Version: 6a18a87727c64719c68168568b9ab1e4d7c2d9c1
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.
TODO(denniskempin): Uprev to release tag once commit 6a18a87 is released.
Modifications:
- None
To import a new snapshot of wayland:
- Checkout the latest release tag: git checkout 6a18a87727c64719c68168568b9ab1e4d7c2d9c1
- 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.