diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2013-02-12 13:24:38 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2013-02-12 13:24:38 -0800 |
commit | 222f245fb3a00308cb3ff491f5c84ac9c69c3253 (patch) | |
tree | ead5520e4cbe3f18346d0a99a9969dbf500ea04f | |
parent | 3e5f160c4198a5160be5e9a3f21ba3f4130d4318 (diff) |
xrandr 1.4.0xrandr-1.4.0
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 820a3f1..069e043 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xrandr], [1.3.5], +AC_INIT([xrandr], [1.4.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xrandr]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -39,7 +39,7 @@ XORG_DEFAULT_OPTIONS AC_CHECK_LIB(m,floor) # Checks for pkg-config packages -PKG_CHECK_MODULES(XRANDR, xrandr >= 1.3 xrender x11 xproto >= 7.0.17) +PKG_CHECK_MODULES(XRANDR, xrandr >= 1.4 xrender x11 xproto >= 7.0.17) AC_CONFIG_FILES([ Makefile |