logo

oasis

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

swc: Update to latest git

Diffstat:

Mpkg/swc/gen.lua10++++++++++
Mpkg/swc/ver2+-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/pkg/swc/gen.lua b/pkg/swc/gen.lua @@ -25,8 +25,14 @@ waylandproto('protocol/swc.xml', { code='swc-protocol.c', }) +waylandproto('protocol/server-decoration.xml', { + server='include/server-decoration-server-protocol.h', + code='server-decoration-protocol.c', +}) + pkg.hdrs = { copy('$outdir/include', '$srcdir/libswc', {'swc.h'}), + '$outdir/include/server-decoration-server-protocol.h', '$outdir/include/swc-client-protocol.h', '$outdir/include/swc-server-protocol.h', } @@ -66,6 +72,7 @@ lib('libswc.a', [[ dmabuf.c drm.c input.c + kde_decoration.c keyboard.c launch.c mode.c @@ -89,13 +96,16 @@ lib('libswc.a', [[ view.c wayland_buffer.c window.c + xdg_decoration.c xdg_shell.c ) launch/protocol.c.o + server-decoration-protocol.c.o swc-protocol.c.o $builddir/( pkg/libinput/libinput.a.d pkg/libxkbcommon/libxkbcommon.a + pkg/wayland-protocols/xdg-decoration-unstable-v1-protocol.c.o pkg/wayland-protocols/xdg-shell-protocol.c.o pkg/wayland-protocols/linux-dmabuf-unstable-v1-protocol.c.o pkg/wayland/libwayland-server.a.d diff --git a/pkg/swc/ver b/pkg/swc/ver @@ -1 +1 @@ -64222a43fe r0 +fe0a0626dc r0