logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f722f4ce60d2deb56cbcaf781de854a8b6c94c1c
parent 3f74d9643fd4055bb3401768d850c91e568ff06a
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 28 Jan 2021 14:49:17 -0800

wayland: Update to 1.19.0

Diffstat:

Mpkg/wayland/config.h8++++----
Mpkg/wayland/ver2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pkg/wayland/config.h b/pkg/wayland/config.h @@ -3,11 +3,11 @@ #define HAVE_INTTYPES_H 1 /* #undef HAVE_LIBXML */ #define HAVE_MEMFD_CREATE 1 -#define HAVE_MEMORY_H 1 #define HAVE_MKOSTEMP 1 #define HAVE_POSIX_FALLOCATE 1 #define HAVE_PRCTL 1 #define HAVE_STDINT_H 1 +#define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 @@ -20,9 +20,9 @@ #define PACKAGE "wayland" #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/wayland/wayland/issues/" #define PACKAGE_NAME "wayland" -#define PACKAGE_STRING "wayland 1.18.0" +#define PACKAGE_STRING "wayland 1.19.0" #define PACKAGE_TARNAME "wayland" #define PACKAGE_URL "https://wayland.freedesktop.org/" -#define PACKAGE_VERSION "1.18.0" +#define PACKAGE_VERSION "1.19.0" #define STDC_HEADERS 1 -#define VERSION "1.18.0" +#define VERSION "1.19.0" diff --git a/pkg/wayland/ver b/pkg/wayland/ver @@ -1 +1 @@ -1.18.0 r0 +1.19.0 r0