summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2012-11-02 10:57:47 +0000
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-11-15 13:45:06 +0100
commitb1cf861a087234eb797c402040403a538adbe0cc (patch)
tree390645855552b61e8cafa98706fc18bb63a8b24f /configure.ac
parenteb2ba290f679c6cefe621ee6d9fa4302acbadc51 (diff)
wayland: port to 1.0 protocol.
With the change in protocol the hash of globals maintained by the client was dropped. Instead we must setup a listener on the registry and get the globals in a stream from that. Signed-off-by: Rob Bradford <rob@linux.intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index de83e35..257964d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ m4_define([libva_lt_age],
m4_define([libdrm_version], [2.4])
# Wayland minimum version number
-m4_define([wayland_api_version], [0.95.0])
+m4_define([wayland_api_version], [1.0.0])
AC_PREREQ(2.57)
AC_INIT([libva], [libva_version], [waldo.bastian@intel.com], libva)