mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-28 00:20:43 +02:00
wayland: Update to 1.20.0
This commit is contained in:
@@ -3,10 +3,4 @@
|
||||
## config.h
|
||||
Generated with
|
||||
|
||||
./configure \
|
||||
--disable-documentation \
|
||||
--disable-dtd-validation \
|
||||
FFI_CFLAGS=-I/src/oasis/out/pkg/libffi/include \
|
||||
FFI_LIBS=/src/oasis/out/pkg/libffi/libffi.a \
|
||||
EXPAT_CFLAGS=-I/src/oasis/out/pkg/expat/include \
|
||||
EXPAT_LIBS=/src/oasis/out/pkg/expat/libexpat.a
|
||||
meson -Ddocumentation=false build
|
||||
|
||||
+13
-27
@@ -1,28 +1,14 @@
|
||||
#define HAVE_ACCEPT4 1
|
||||
#define HAVE_DLFCN_H 1
|
||||
#define HAVE_INTTYPES_H 1
|
||||
/* #undef HAVE_LIBXML */
|
||||
#define HAVE_MEMFD_CREATE 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
|
||||
#define HAVE_STRNDUP 1
|
||||
#define HAVE_SYS_PRCTL_H 1
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_UNISTD_H 1
|
||||
#define LT_OBJDIR ".libs/"
|
||||
#define HAVE_ACCEPT4
|
||||
#define HAVE_BROKEN_MSG_CMSG_CLOEXEC 0
|
||||
#define HAVE_MEMFD_CREATE
|
||||
#define HAVE_MKOSTEMP
|
||||
#define HAVE_MREMAP
|
||||
#define HAVE_POSIX_FALLOCATE
|
||||
#define HAVE_PRCTL
|
||||
#define HAVE_STRNDUP
|
||||
#define HAVE_SYS_PRCTL_H
|
||||
#undef HAVE_SYS_PROCCTL_H
|
||||
#undef HAVE_SYS_UCRED_H
|
||||
#define HAVE_XUCRED_CR_PID 0
|
||||
#define PACKAGE "wayland"
|
||||
#define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/wayland/wayland/issues/"
|
||||
#define PACKAGE_NAME "wayland"
|
||||
#define PACKAGE_STRING "wayland 1.19.0"
|
||||
#define PACKAGE_TARNAME "wayland"
|
||||
#define PACKAGE_URL "https://wayland.freedesktop.org/"
|
||||
#define PACKAGE_VERSION "1.19.0"
|
||||
#define STDC_HEADERS 1
|
||||
#define VERSION "1.19.0"
|
||||
#define PACKAGE_VERSION "1.20.0"
|
||||
|
||||
+2
-2
@@ -10,9 +10,9 @@ cflags{
|
||||
build('sed', '$outdir/include/wayland-version.h', '$srcdir/src/wayland-version.h.in', {
|
||||
expr={
|
||||
'-e s,@WAYLAND_VERSION_MAJOR@,1,',
|
||||
'-e s,@WAYLAND_VERSION_MINOR@,17,',
|
||||
'-e s,@WAYLAND_VERSION_MINOR@,20,',
|
||||
'-e s,@WAYLAND_VERSION_MICRO@,0,',
|
||||
'-e s,@WAYLAND_VERSION@,1.17.0,',
|
||||
'-e s,@WAYLAND_VERSION@,1.20.0,',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
+1
-1
Submodule pkg/wayland/src updated: e60398b175...75c1a93e20
+1
-1
@@ -1 +1 @@
|
||||
1.19.0 r1
|
||||
1.20.0 r0
|
||||
|
||||
Reference in New Issue
Block a user