summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2010-09-09 13:55:30 -0400
committerMatthew Garrett <mjg@redhat.com>2010-09-09 13:55:30 -0400
commit531592abd27942ad84c27d9911daeac0ffa9cf74 (patch)
treeeaaa513f0a9b757079a19f5096155f2204d94aa7
parent96bb2b91e11b4b6376924039e9a8ce0f18651373 (diff)
Reduce pciaccess version requirement
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 70391b4..104ade2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,6 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_LIBTOOL
-PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.11.0])
+PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.10.0])
AC_CONFIG_FILES([Makefile libbacklight.pc])
AC_OUTPUT \ No newline at end of file