summaryrefslogtreecommitdiff
path: root/mate-panel/wayland-protocols/Makefile.am
blob: ce1b55e616fdb429c35733f12b87fa4cbfd30ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if ENABLE_WAYLAND
all: wlr-layer-shell-unstable-v1-protocol.h wlr-layer-shell-unstable-v1-protocol.c xdg-shell-protocol.h xdg-shell-protocol.c

wlr-layer-shell-unstable-v1-protocol.h: wlr-layer-shell-unstable-v1.xml
	wayland-scanner -c client-header wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1-protocol.h

wlr-layer-shell-unstable-v1-protocol.c: wlr-layer-shell-unstable-v1.xml
	wayland-scanner -c private-code wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1-protocol.c

xdg-shell-protocol.h: xdg-shell.xml
	wayland-scanner -c client-header xdg-shell.xml xdg-shell-protocol.h

xdg-shell-protocol.c: xdg-shell.xml
	wayland-scanner -c private-code xdg-shell.xml xdg-shell-protocol.c
endif