logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 1e2404d8fde82e512ea50161c85946068c9be6af
parent 75ddbdea6d3c83a62558018120c69ceb45744fe1
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 27 Aug 2018 15:27:33 -0700

wayland-protocols: Build stable xdg-shell protocol

Diffstat:

Mpkg/wayland-protocols/gen.lua8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/pkg/wayland-protocols/gen.lua b/pkg/wayland-protocols/gen.lua @@ -1,5 +1,11 @@ cflags{'-I $builddir/pkg/wayland/include'} +waylandproto('stable/xdg-shell/xdg-shell.xml', + 'include/xdg-shell-client-protocol.h', + 'include/xdg-shell-server-protocol.h', + 'xdg-shell-protocol.c' +) + waylandproto('unstable/xdg-shell/xdg-shell-unstable-v5.xml', 'include/xdg-shell-unstable-v5-client-protocol.h', 'include/xdg-shell-unstable-v5-server-protocol.h', @@ -19,6 +25,8 @@ waylandproto('unstable/idle-inhibit/idle-inhibit-unstable-v1.xml', ) pkg.hdrs = { + '$outdir/include/xdg-shell-client-protocol.h', + '$outdir/include/xdg-shell-server-protocol.h', '$outdir/include/xdg-shell-unstable-v5-client-protocol.h', '$outdir/include/xdg-shell-unstable-v5-server-protocol.h', '$outdir/include/xdg-shell-unstable-v6-client-protocol.h',