From 5968e0f1e992db63b003f2389657cd527a806efd Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 5 Sep 2007 10:17:57 -0700 Subject: Bump to 1.0.2 and require updated xf86dgaproto for the prototype update. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4f24e26..03939ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.57]) -AC_INIT(libXxf86dga, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXxf86dga) +AC_INIT(libXxf86dga, 1.0.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXxf86dga) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -11,7 +11,7 @@ AC_PROG_CC AC_PROG_LIBTOOL # Checks for pkg-config packages -PKG_CHECK_MODULES(XXF86DGA, xproto x11 xextproto xext xf86dgaproto) +PKG_CHECK_MODULES(XXF86DGA, xproto x11 xextproto xext [xf86dgaproto >= 2.0.3]) XORG_CHECK_MALLOC_ZERO XORG_MANPAGE_SECTIONS -- cgit v1.2.3