diff options
author | Adam Jackson <ajax@redhat.com> | 2008-11-24 16:21:14 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-24 16:21:14 -0500 |
commit | 46f0e97f3dc6b69ad02729b4442acd04815bd093 (patch) | |
tree | 85a4ae74c393ea057c1be2a10993ea9608f205bf | |
parent | b719ea30ce9b9f8055fa1de89cfe78e5873a0e5f (diff) |
Require randrproto 1.3 for GetScreenResourcesCurrentgsr-current
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6286a6c16..870efe766 100644 --- a/configure.ac +++ b/configure.ac @@ -664,7 +664,7 @@ XEXT_LIB='$(top_builddir)/Xext/libXext.la' XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la' dnl Core modules for most extensions, et al. -REQUIRED_MODULES="[randrproto >= 1.2] [renderproto >= 0.9.3] [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto [xextproto >= 7.0.3] [xproto >= 7.0.13] [xtrans >= 1.2.2] bigreqsproto resourceproto fontsproto [inputproto >= 1.9.99.6] [kbproto >= 1.0.3]" +REQUIRED_MODULES="[randrproto >= 1.3] [renderproto >= 0.9.3] [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto [xextproto >= 7.0.3] [xproto >= 7.0.13] [xtrans >= 1.2.2] bigreqsproto resourceproto fontsproto [inputproto >= 1.9.99.6] [kbproto >= 1.0.3]" REQUIRED_LIBS="xfont xau fontenc [pixman-1 >= 0.9.5]" dnl HAVE_DBUS is true if we actually have the D-Bus library, whereas |