logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 5c83a38b4de256a94cb1941e8ac53d632dddd356
parent cdf5407cad5679a88795128a16b7746cbb6d035a
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 16 Jun 2019 16:57:08 -0700

wayland: Add wayland-version.h to pkg.hdrs

Diffstat:

Mpkg/wayland/gen.lua1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/wayland/gen.lua b/pkg/wayland/gen.lua @@ -33,6 +33,7 @@ pkg.hdrs = { copy('$outdir/include', '$srcdir/cursor', {'wayland-cursor.h'}), '$outdir/include/wayland-client-protocol.h', '$outdir/include/wayland-server-protocol.h', + '$outdir/include/wayland-version.h', } pkg.deps = { '$dir/headers',