diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-27 15:43:45 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-27 15:43:45 -0700 |
| commit | b7ac6cee088ef542a30547eef45be02af531d51c (patch) | |
| tree | f9ff32caec3746034fc05ce77096d59fe6dc3fb1 | |
| parent | 32371b9bab895202c03e85946efd57627e901684 (diff) | |
wayland: Update to 1.16.0
| -rw-r--r-- | pkg/wayland/config.h | 12 | ||||
| -rw-r--r-- | pkg/wayland/gen.lua | 4 | ||||
| -rw-r--r-- | pkg/wayland/rev | 2 | ||||
| m--------- | pkg/wayland/src | 0 |
4 files changed, 8 insertions, 10 deletions
diff --git a/pkg/wayland/config.h b/pkg/wayland/config.h index 04233d36..79824f6a 100644 --- 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 index 23311dd0..867d798d 100644 --- 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 index 1e8b3149..7f8f011e 100644 --- a/pkg/wayland/rev +++ b/pkg/wayland/rev @@ -1 +1 @@ -6 +7 diff --git a/pkg/wayland/src b/pkg/wayland/src -Subproject 4fdb8530a3dfd43cdd88e89188a7eb468bf8d07 +Subproject 254bef7b4a32b52346bdcdf4b8a432b582a9ddb |
