logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 646a0dcac7d82f441be5e0f6d4ee669276bbdcb6
parent 7a316d9bf437b61c76d202066bb58741d7de815b
Author: Michael Forney <mforney@mforney.org>
Date:   Sat,  5 Jun 2021 14:47:36 -0700

libxkbcommon: Update to 1.3.0

Diffstat:

Mpkg/libxkbcommon/gen.lua4++--
Mpkg/libxkbcommon/ver2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg/libxkbcommon/gen.lua b/pkg/libxkbcommon/gen.lua @@ -1,10 +1,10 @@ cflags{ '-I $dir', - '-I $srcdir', + '-I $srcdir/include', '-I $srcdir/src', } -pkg.hdrs = copy('$outdir/include/xkbcommon', '$srcdir/xkbcommon', { +pkg.hdrs = copy('$outdir/include/xkbcommon', '$srcdir/include/xkbcommon', { 'xkbcommon.h', 'xkbcommon-compat.h', 'xkbcommon-keysyms.h', diff --git a/pkg/libxkbcommon/ver b/pkg/libxkbcommon/ver @@ -1 +1 @@ -1.2.1 r0 +1.3.0 r0