summaryrefslogtreecommitdiff
path: root/mate-panel/wayland-protocols/Makefile.am
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2019-06-17 20:10:43 +0000
committerraveit65 <[email protected]>2019-06-19 12:51:52 +0200
commitc45e92082b67c5b57a6a4a44551572882a4e6091 (patch)
treed4b245816d0569723c694d0f7ef1c7f06d572341 /mate-panel/wayland-protocols/Makefile.am
parent517435ea0a864438509102901dbd7e177002e3f3 (diff)
downloadmate-panel-c45e92082b67c5b57a6a4a44551572882a4e6091.tar.bz2
mate-panel-c45e92082b67c5b57a6a4a44551572882a4e6091.tar.xz
Switch out wayland protocols for gtk-layer-shell dependency
Diffstat (limited to 'mate-panel/wayland-protocols/Makefile.am')
-rw-r--r--mate-panel/wayland-protocols/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/mate-panel/wayland-protocols/Makefile.am b/mate-panel/wayland-protocols/Makefile.am
deleted file mode 100644
index f33e7781..00000000
--- a/mate-panel/wayland-protocols/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-if ENABLE_WAYLAND
-all: wlr-layer-shell-unstable-v1-client.h wlr-layer-shell-unstable-v1.c xdg-shell-client.h xdg-shell.c
-
-wlr-layer-shell-unstable-v1-client.h: wlr-layer-shell-unstable-v1.xml
- wayland-scanner -c client-header wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1-client.h
-
-# 'code' is depricated, and can be replaced with 'private-code' when all platforms have a new enough wayland-scanner
-wlr-layer-shell-unstable-v1.c: wlr-layer-shell-unstable-v1.xml
- wayland-scanner -c code wlr-layer-shell-unstable-v1.xml wlr-layer-shell-unstable-v1.c
-
-xdg-shell-client.h: xdg-shell.xml
- wayland-scanner -c client-header xdg-shell.xml xdg-shell-client.h
-
-# 'code' is depricated, and can be replaced with 'private-code' when all platforms have a new enough wayland-scanner
-xdg-shell.c: xdg-shell.xml
- wayland-scanner -c code xdg-shell.xml xdg-shell.c
-endif
-
-clean:
- rm -f wlr-layer-shell-unstable-v1-client.h
- rm -f wlr-layer-shell-unstable-v1.c
- rm -f xdg-shell-client.h
- rm -f xdg-shell.c