aboutsummaryrefslogtreecommitdiff
path: root/examples/compositor/gen-protos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/compositor/gen-protos.sh')
-rwxr-xr-xexamples/compositor/gen-protos.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/compositor/gen-protos.sh b/examples/compositor/gen-protos.sh
deleted file mode 100755
index d1d06407..00000000
--- a/examples/compositor/gen-protos.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-
-# TODO add me to the build system
-
-set -e
-
-rm -rf xdg-shell
-mkdir -p xdg-shell
-wayland-scanner code /usr/share/wayland-protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml xdg-shell/xdg-shell.c
-wayland-scanner server-header /usr/share/wayland-protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml xdg-shell/xdg-shell.h
-