mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2025-12-20 02:10:06 +01:00
build: add missing protocols to Makefile
This commit is contained in:
parent
07587c61c4
commit
55b448f195
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -3,12 +3,16 @@ DATADIR=$${datarootdir}
|
|||
DATAROOTDIR=$${prefix}/share
|
||||
|
||||
unstable_protocols = \
|
||||
unstable/wlr-data-control-unstable-v1.xml \
|
||||
unstable/wlr-export-dmabuf-unstable-v1.xml \
|
||||
unstable/wlr-foreign-toplevel-management-unstable-v1.xml \
|
||||
unstable/wlr-gamma-control-unstable-v1.xml \
|
||||
unstable/wlr-input-inhibitor-unstable-v1.xml \
|
||||
unstable/wlr-layer-shell-unstable-v1.xml \
|
||||
unstable/wlr-output-management-unstable-v1.xml \
|
||||
unstable/wlr-output-power-management-unstable-v1.xml \
|
||||
unstable/wlr-screencopy-unstable-v1.xml
|
||||
unstable/wlr-screencopy-unstable-v1.xml \
|
||||
unstable/wlr-virtual-pointer-unstable-v1.xml
|
||||
|
||||
check: $(unstable_protocols)
|
||||
./check.sh $(unstable_protocols)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue