diff options
author | Keith Packard <keithp@keithp.com> | 2011-05-31 23:45:07 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-31 23:45:07 -0700 |
commit | 0643c056512d10be8db223d18d6563292d57e916 (patch) | |
tree | dd7e70a9ee7f08378a453c848d6f3215bc8163cf /configure.ac | |
parent | a2e6cfc18aec1c0027b51572b03ec9f2ab074b56 (diff) | |
parent | d45f5b2493bc0a2882bf972849b5c9c50cd533ca (diff) |
Merge remote-tracking branch 'ajax/xserver-next'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 262ea187b..fcb8ea97e 100644 --- a/configure.ac +++ b/configure.ac @@ -810,7 +810,7 @@ dnl specific modules against it PKG_CHECK_MODULES(PIXMAN, $LIBPIXMAN) REQUIRED_LIBS="$REQUIRED_LIBS $LIBPIXMAN $LIBXFONT xau" -REQUIRED_MODULES="[fixesproto >= 4.1] [damageproto >= 1.1] [xcmiscproto >= 1.2.0] [xtrans >= 1.2.2] [bigreqsproto >= 1.1.0] $SDK_REQUIRED_MODULES" +REQUIRED_MODULES="[fixesproto >= 5.0] [damageproto >= 1.1] [xcmiscproto >= 1.2.0] [xtrans >= 1.2.2] [bigreqsproto >= 1.1.0] $SDK_REQUIRED_MODULES" if test "x$CONFIG_UDEV" = xyes && { test "x$CONFIG_DBUS_API" = xyes || test "x$CONFIG_HAL" = xyes; }; then |