logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 564557663b9c36612df603e36e4c7a679e82c51b
parent 0230afeed8d73db672e027c7315f9d073822a41e
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 17 Nov 2019 14:19:45 -0800

Use wayland-scanner public-code to avoid warning

Diffstat:

Mninja.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ninja.lua b/ninja.lua @@ -369,7 +369,7 @@ function waylandproto(proto, outs, args) end if outs.code then local code = '$outdir/'..outs.code - build('waylandproto', code, proto, {type='code'}) + build('waylandproto', code, proto, {type='public-code'}) cc(code, {'pkg/wayland/headers'}, args) end end