summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg/wayland/README.md12
-rw-r--r--pkg/wayland/config.h23
-rw-r--r--pkg/wayland/gen.lua7
-rw-r--r--pkg/wayland/rev2
m---------pkg/wayland/src0
5 files changed, 32 insertions, 12 deletions
diff --git a/pkg/wayland/README.md b/pkg/wayland/README.md
new file mode 100644
index 00000000..61f3f6d8
--- /dev/null
+++ 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
index 9c54d88f..04233d36 100644
--- 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
index 86dba51f..23311dd0 100644
--- 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
index 7ed6ff82..1e8b3149 100644
--- a/pkg/wayland/rev
+++ b/pkg/wayland/rev
@@ -1 +1 @@
-5
+6
diff --git a/pkg/wayland/src b/pkg/wayland/src
-Subproject 989cf03d1ce05d2b2481758e746f7299a108688
+Subproject 4fdb8530a3dfd43cdd88e89188a7eb468bf8d07