commit: 48cc199f4d646cd680d84b17e19edc657997fbe6
parent 1ac261ef6b5f1a6a18cc24c0ff010dd9da2fe3da
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 10 Apr 2018 11:15:11 -0700
wayland: Update to 1.15.0
Diffstat:
4 files changed, 32 insertions(+), 12 deletions(-)
diff --git a/pkg/wayland/README.md b/pkg/wayland/README.md
@@ -0,0 +1,12 @@
+# wayland
+
+## 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
diff --git a/pkg/wayland/config.h b/pkg/wayland/config.h
@@ -1,17 +1,28 @@
-#include <config-posix.h>
-
#define HAVE_ACCEPT4 1
+#define HAVE_DLFCN_H 1
/* #undef HAVE_EXECINFO_H */
/* #undef HAVE_EXPAT_H */
+#define HAVE_INTTYPES_H 1
/* #undef HAVE_LIBXML */
#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_STDLIB_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 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 PACKAGE "wayland"
-#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.11.0"
+#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.15.0"
#define PACKAGE_NAME "wayland"
-#define PACKAGE_STRING "wayland 1.14.0"
+#define PACKAGE_STRING "wayland 1.15.0"
#define PACKAGE_TARNAME "wayland"
#define PACKAGE_URL "http://wayland.freedesktop.org/"
-#define PACKAGE_VERSION "1.14.0"
-#define VERSION "1.14.0"
+#define PACKAGE_VERSION "1.15.0"
+#define STDC_HEADERS 1
+#define VERSION "1.15.0"
diff --git a/pkg/wayland/gen.lua b/pkg/wayland/gen.lua
@@ -1,5 +1,4 @@
cflags{
- '-I include',
'-I $dir',
'-I $outdir/include',
'-I $srcdir',
@@ -11,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@,11,',
+ '-e s,@WAYLAND_VERSION_MINOR@,15,',
'-e s,@WAYLAND_VERSION_MICRO@,0,',
- '-e s,@WAYLAND_VERSION@,1.11.0,',
+ '-e s,@WAYLAND_VERSION@,1.15.0,',
},
})
@@ -27,8 +26,6 @@ pkg.hdrs = {
copy('$outdir/include', '$srcdir/src', {
'wayland-client-core.h',
'wayland-client.h',
- 'wayland-egl-core.h',
- 'wayland-egl.h',
'wayland-server-core.h',
'wayland-server.h',
'wayland-util.h',
diff --git a/pkg/wayland/rev b/pkg/wayland/rev
@@ -1 +1 @@
-5
+6