diff options
author | Eric Anholt <eric@anholt.net> | 2007-09-05 10:17:57 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-09-05 10:17:57 -0700 |
commit | 5968e0f1e992db63b003f2389657cd527a806efd (patch) | |
tree | a626a01b6e2121a89b77df04af143ae4611a4bdb /configure.ac | |
parent | 625a9c61265cdd1de3da425843a1a8de80d67c78 (diff) |
Bump to 1.0.2 and require updated xf86dgaproto for the prototype update.libXxf86dga-1.0.2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files 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 |