logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 444271c651a947e76c0f4eb46e6c6aad39754e3b
parent 11228bec60057bfbb45a7ef206d946bc2a10cba4
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 28 Jan 2020 22:23:40 -0800

wayland-protocols: Generate xdg-decoration server protocol

Diffstat:

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

diff --git a/pkg/wayland-protocols/gen.lua b/pkg/wayland-protocols/gen.lua @@ -25,6 +25,7 @@ waylandproto('unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml', { waylandproto('unstable/xdg-decoration/xdg-decoration-unstable-v1.xml', { client='include/xdg-decoration-unstable-v1-client-protocol.h', + server='include/xdg-decoration-unstable-v1-server-protocol.h', code='xdg-decoration-unstable-v1-protocol.c', }) @@ -37,6 +38,7 @@ pkg.hdrs = { '$outdir/include/linux-dmabuf-unstable-v1-client-protocol.h', '$outdir/include/linux-dmabuf-unstable-v1-server-protocol.h', '$outdir/include/xdg-decoration-unstable-v1-client-protocol.h', + '$outdir/include/xdg-decoration-unstable-v1-server-protocol.h', } fetch 'git'