record: include recordproto.h, require recordproto 1.13.99.1

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-08-21 09:43:46 +10:00
parent 65354e5a69
commit b41dd4328b
2 changed files with 2 additions and 3 deletions

View File

@ -848,7 +848,7 @@ fi
AM_CONDITIONAL(RECORD, [test "x$RECORD" = xyes]) AM_CONDITIONAL(RECORD, [test "x$RECORD" = xyes])
if test "x$RECORD" = xyes; then if test "x$RECORD" = xyes; then
AC_DEFINE(XRECORD, 1, [Support Record extension]) AC_DEFINE(XRECORD, 1, [Support Record extension])
REQUIRED_MODULES="$REQUIRED_MODULES recordproto" REQUIRED_MODULES="$REQUIRED_MODULES [recordproto >= 1.13.99.1]"
RECORD_LIB='$(top_builddir)/record/librecord.la' RECORD_LIB='$(top_builddir)/record/librecord.la'
fi fi

View File

@ -38,8 +38,7 @@ and Jim Haggerty of Metheus.
#include "dixstruct.h" #include "dixstruct.h"
#include "extnsionst.h" #include "extnsionst.h"
#define _XRECORD_SERVER_ #include <X11/extensions/recordproto.h>
#include <X11/extensions/recordstr.h>
#include "set.h" #include "set.h"
#include "swaprep.h" #include "swaprep.h"
#include "inputstr.h" #include "inputstr.h"