commit: b7ac6cee088ef542a30547eef45be02af531d51c
parent 32371b9bab895202c03e85946efd57627e901684
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 27 Aug 2018 15:43:45 -0700
wayland: Update to 1.16.0
Diffstat:
3 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/pkg/wayland/config.h b/pkg/wayland/config.h
@@ -1,7 +1,5 @@
#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
@@ -18,11 +16,11 @@
#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.15.0"
+#define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/wayland/wayland/issues/"
#define PACKAGE_NAME "wayland"
-#define PACKAGE_STRING "wayland 1.15.0"
+#define PACKAGE_STRING "wayland 1.16.0"
#define PACKAGE_TARNAME "wayland"
-#define PACKAGE_URL "http://wayland.freedesktop.org/"
-#define PACKAGE_VERSION "1.15.0"
+#define PACKAGE_URL "https://wayland.freedesktop.org/"
+#define PACKAGE_VERSION "1.16.0"
#define STDC_HEADERS 1
-#define VERSION "1.15.0"
+#define VERSION "1.16.0"
diff --git a/pkg/wayland/gen.lua b/pkg/wayland/gen.lua
@@ -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@,15,',
+ '-e s,@WAYLAND_VERSION_MINOR@,16,',
'-e s,@WAYLAND_VERSION_MICRO@,0,',
- '-e s,@WAYLAND_VERSION@,1.15.0,',
+ '-e s,@WAYLAND_VERSION@,1.16.0,',
},
})
diff --git a/pkg/wayland/rev b/pkg/wayland/rev
@@ -1 +1 @@
-6
+7