From c45e92082b67c5b57a6a4a44551572882a4e6091 Mon Sep 17 00:00:00 2001 From: William Wold Date: Mon, 17 Jun 2019 20:10:43 +0000 Subject: Switch out wayland protocols for gtk-layer-shell dependency --- mate-panel/wayland-protocols/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 mate-panel/wayland-protocols/Makefile.am (limited to 'mate-panel/wayland-protocols/Makefile.am') 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 -- cgit v1.2.1