mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
11 lines
344 B
Bash
Executable file
11 lines
344 B
Bash
Executable file
#!/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
|
|
|