diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-05-10 10:23:20 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-05-10 10:23:20 +0000 |
commit | b98c95df49ff1e6201e76580f53ae2c2cb5317ff (patch) | |
tree | 2aa9341cc4537f29d53b386250628607aa7a365c /app/xvinfo/configure.ac | |
parent | c1afd975df886cef1bee7c8386d00d324f22b1db (diff) |
Update to xvinfo 1.1.3
Diffstat (limited to 'app/xvinfo/configure.ac')
-rw-r--r-- | app/xvinfo/configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/xvinfo/configure.ac b/app/xvinfo/configure.ac index c1c3a760d..5e1f605ad 100644 --- a/app/xvinfo/configure.ac +++ b/app/xvinfo/configure.ac @@ -23,14 +23,13 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xvinfo], [1.1.2], +AC_INIT([xvinfo], [1.1.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xvinfo]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], @@ -39,7 +38,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS # Checks for pkg-config packages -PKG_CHECK_MODULES(XVINFO, [xv x11 xproto >= 7.0.17]) +PKG_CHECK_MODULES(XVINFO, [xv x11 xproto >= 7.0.25]) AC_CONFIG_FILES([ Makefile |