diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-01-27 09:10:41 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-27 14:18:48 -0800 |
commit | b68f0204a2e4fa9d8884cbdd84b6a5df21d6b36e (patch) | |
tree | ba834e03c2dc3ed49e7d4091c336fb60e6ef49cb /configure.ac | |
parent | 003829072853546abd973266fe9b24d803f4f5cb (diff) |
xserver: require libdri 7.8.0 to build
We depend on new DRI interfaces now, so require them in configure.ac.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d2623aff5..425db40f6 100644 --- a/configure.ac +++ b/configure.ac @@ -773,7 +773,7 @@ REQUIRED_LIBS="xfont xau [pixman-1 >= 0.15.20]" dnl List of libraries that require a specific version LIBAPPLEWM="applewm >= 1.4" LIBDMX="dmx >= 1.0.99.1" -LIBDRI="dri >= 7.1.0" +LIBDRI="dri >= 7.8.0" LIBDRM="libdrm >= 2.3.0" LIBGL="gl >= 7.1.0" LIBXEXT="xext >= 1.0.99.4" |