logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: d8f2cf510b561193684f4c6cb2eca2f24ed5072c
parent 82cfe3de58b656486b80adbc0f37526367130de1
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 25 Sep 2017 20:27:59 -0700

wayland: Add a couple missing pkg.hdrs

Diffstat:

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

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