summaryrefslogtreecommitdiff
path: root/app/xrandr/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-04-19 14:40:53 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-04-19 14:40:53 +0000
commit2ad69001f2a2907498757a26ad7bb75b5d213bda (patch)
tree31a85319d93ede37bf5b7f8adce70dd2fd7573b9 /app/xrandr/configure.ac
parent18dcfbdc898cce4840efc20b46e0d7aaf8b4d7a0 (diff)
Update to xrandr 1.2.3.
Diffstat (limited to 'app/xrandr/configure.ac')
-rw-r--r--app/xrandr/configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/xrandr/configure.ac b/app/xrandr/configure.ac
index dc5fa8ed3..126a51b63 100644
--- a/app/xrandr/configure.ac
+++ b/app/xrandr/configure.ac
@@ -1,4 +1,3 @@
-
dnl Copyright 2005 Red Hat, Inc.
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and its
@@ -22,7 +21,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(xrandr,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xrandr)
+AC_INIT(xrandr,[1.2.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xrandr)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -32,7 +31,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XRANDR, xrandr xrender x11)
+PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 xrender x11)
AC_SUBST(XRANDR_CFLAGS)
AC_SUBST(XRANDR_LIBS)