diff options
author | Alex VillacĂs Lasso <a_villacis@palosanto.com> | 2008-11-06 14:11:49 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-06 14:11:49 -0500 |
commit | e6b6506a0e77e1198d6a83eecddf342b746f31f4 (patch) | |
tree | 04c1c7405d93aa6dff3b49bb38f547ec8858f611 /configure.ac | |
parent | de3350e7937240686a90e51243e701b51a7f5249 (diff) |
Bug #18378: Use xfVillKeyHelperDrawable if available.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b6d64e4..80c91bc 100644 --- a/configure.ac +++ b/configure.ac @@ -100,6 +100,10 @@ CFLAGS="$XORG_CFLAGS" AC_CHECK_DECL(XSERVER_LIBPCIACCESS, [XSERVER_LIBPCIACCESS=yes], [XSERVER_LIBPCIACCESS=no], [#include "xorg-server.h"]) +AC_CHECK_DECL(xf86XVFillKeyHelperDrawable, + [AC_DEFINE(HAVE_XV_DRAWABLE_HELPER, 1, [Have xf86XVFillKeyHelperDrawable prototype])], + [], + [#include "xf86xv.h"]) CFLAGS="$save_CFLAGS" if test "x$XSERVER_LIBPCIACCESS" = xyes; then |