blob: cebc3a5abba1b21012c8e18e1c68dde1b5e38066 [file] [log] [blame]
Name: wayland
URL: http://wayland.freedesktop.org/
Version: 1.17.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.
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 --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.