• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

include/H16-Feb-2021-20,7285,544

protocol/H16-Feb-2021-508417

src/H03-May-2022-48,47829,843

stubs/H16-Feb-2021-204167

BUILD.gnH A D16-Feb-20215.4 KiB217173

LICENSEH A D16-Feb-20211.2 KiB2621

OWNERSH A D16-Feb-202177 53

README.chromiumH A D16-Feb-2021931 2824

features.gniH A D16-Feb-2021856 2217

wayland_protocol.gniH A D16-Feb-20212.7 KiB9782

wayland_scanner_wrapper.pyH A D16-Feb-20212.1 KiB5944

README.chromium

1Name: wayland
2URL: http://wayland.freedesktop.org/
3Version: 1.18.0
4CPEPrefix: cpe:/a:wayland:wayland:1.18.0
5License: MIT
6License File: src/COPYING
7Security Critical: yes
8
9Description:
10Wayland is a protocol for a compositor to talk to its clients as well as a C
11library implementation of that protocol.
12
13Modifications:
14- Added wayland_scanner_wrapper.py to generate protocol code automatically.
15- Added "include/" include_dirs for the wayland_server target
16
17To import a new snapshot of wayland:
18- Checkout the latest release tag.
19  $ git checkout 1.13.0
20- Update the DEPS entry to the newly checked out commit.
21  $ roll-dep --roll-to=<commit>
22- Update generated files:
23    (in wayland/src directory)
24    $ ./autogen.sh --disable-dtd-validation && make
25    $ rsync -R $(git ls-files --others '*.h') ../include
26    $ rsync -R $(git ls-files --others 'protocol/*-protocol.c') ..
27- Update this README to reflect the new version number.
28