| author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-01-27 17:10:41 (GMT) |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-01-27 22:18:48 (GMT) |
| commit | b68f0204a2e4fa9d8884cbdd84b6a5df21d6b36e (patch) (side-by-side diff) | |
| tree | ba834e03c2dc3ed49e7d4091c336fb60e6ef49cb | |
| parent | 003829072853546abd973266fe9b24d803f4f5cb (diff) | |
| download | xserver-b68f0204.zip xserver-b68f0204.tar.gz | |
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>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d2623af..425db40 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" |
