diff options
author | Keith Packard <keithp@keithp.com> | 2010-03-29 11:44:07 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-03-29 11:44:07 -0700 |
commit | 4b3d67a7647f696957727948f9757a261e15d14e (patch) | |
tree | 3ed20499491cc6754890f5d6057cdc78a9bb54b5 /configure.ac | |
parent | 579715f830fbbca9e1ecb17dc18176132f5969e7 (diff) | |
parent | aa91508356f243edc3b11795b1481edcfe0d39c2 (diff) |
Merge remote branch 'whot/for-keith'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5f086884f..cc453625b 100644 --- a/configure.ac +++ b/configure.ac @@ -1135,6 +1135,7 @@ MIEXT_DAMAGE_LIB='$(top_builddir)/miext/damage/libdamage.la' MIEXT_DAMAGE_INC='-I$(top_srcdir)/miext/damage' # XINPUT extension is integral part of the server +AC_DEFINE(XINPUT, 1, [Support X Input extension]) XI_LIB='$(top_builddir)/Xi/libXi.la' XI_INC='-I$(top_srcdir)/Xi' |