Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/wayland/include/config.h

Issue 1628333004: Update Wayland to version 1.9.91. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/wayland/README.chromium ('k') | third_party/wayland/include/protocol/wayland-client-protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland/include/config.h
diff --git a/third_party/wayland/include/config.h b/third_party/wayland/include/config.h
index 14f40dc1dc2ea23869d1fc766d8975025d0112b4..79a467438ec76e9943bc7c611164727bda9c4bba 100644
--- a/third_party/wayland/include/config.h
+++ b/third_party/wayland/include/config.h
@@ -16,6 +16,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
+/* libxml-2.0 is available */
+#define HAVE_LIBXML 1
+
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
@@ -54,13 +57,13 @@
#define PACKAGE "wayland"
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.9.0"
+#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.9.91"
/* Define to the full name of this package. */
#define PACKAGE_NAME "wayland"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "wayland 1.9.0"
+#define PACKAGE_STRING "wayland 1.9.91"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "wayland"
@@ -69,10 +72,10 @@
#define PACKAGE_URL "http://wayland.freedesktop.org/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.9.0"
+#define PACKAGE_VERSION "1.9.91"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "1.9.0"
+#define VERSION "1.9.91"
« no previous file with comments | « third_party/wayland/README.chromium ('k') | third_party/wayland/include/protocol/wayland-client-protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698