summaryrefslogtreecommitdiffstats
path: root/third_party/wayland-protocols/README.chromium
blob: e8aca28315dece3dd5629a802d54cfe724b249d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Name: wayland-protocols
URL: http://wayland.freedesktop.org/
Version: 1.1
License: MIT
License File: src/COPYING
Security Critical: yes

Description:
wayland-protocols contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.

Modifications:
- Added src/unstable/scaler/scaler.xml

To import a new snapshot of wayland-protocols:
- Checkout the latest release tag: git checkout 1.1
- Change the DEPS entry to the newly checked out commit.
- Update generated files:
    wayland-scanner code < src/*/xdg-shell/xdg-shell*.xml > protocol/xdg-shell-protocol.c
    wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > include/protocol/xdg-shell-unstable-v5-server-protocol.h
    wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > include/protocol/xdg-shell-unstable-v5-client-protocol.h
    wayland-scanner code < src/*/linux-dmabuf/linux-dmabuf*.xml > protocol/linux-dmabuf-protocol.c
    wayland-scanner server-header < src/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml > include/protocol/linux-dmabuf-unstable-v1-server-protocol.h
    wayland-scanner client-header < src/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml > include/protocol/linux-dmabuf-unstable-v1-client-protocol.h
    wayland-scanner code < */scaler/scaler.xml > protocol/scaler-protocol.c
    wayland-scanner server-header < unstable/scaler/scaler.xml > include/protocol/scaler-server-protocol.h
    wayland-scanner client-header < unstable/scaler/scaler.xml > include/protocol/scaler-client-protocol.h
    wayland-scanner code < */secure-output/secure-output-unstable-v1.xml > protocol/secure-output-protocol.c
    wayland-scanner server-header < unstable/secure-output/secure-output-unstable-v1.xml > include/protocol/secure-output-unstable-v1-server-protocol.h
    wayland-scanner client-header < unstable/secure-output/secure-output-unstable-v1.xml > include/protocol/secure-output-unstable-v1-client-protocol.h
- Update this README to reflect the new version number.