You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
344 B
12 lines
344 B
#!/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
|
|
|