From: Paulo Cesar Pereira de Andrade Date: Sun, 16 Mar 2008 22:36:17 +0000 (-0300) Subject: Mandriva patches to xinput. X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/8c7460ee11d9fbdcbdf13f2fa7fb62f26bac92dc?ds=sidebyside;hp=--cc Mandriva patches to xinput. Change to src/list.c fixes a typo/oversight. Change to configure.ac required to avoid possible error in configure step due to "unquoted" version test. Signed-off-by: Peter Hutterer --- 8c7460ee11d9fbdcbdf13f2fa7fb62f26bac92dc diff --git a/configure.ac b/configure.ac index d296038..f38914f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PROG_CC AC_PROG_INSTALL # Checks for pkg-config packages -PKG_CHECK_MODULES(XINPUT, x11 xext xi inputproto >= 1.4) +PKG_CHECK_MODULES(XINPUT, x11 xext xi [inputproto >= 1.4]) AC_SUBST(XINPUT_CFLAGS) AC_SUBST(XINPUT_LIBS) diff --git a/src/list.c b/src/list.c index 1bdffed..4004ada 100644 --- a/src/list.c +++ b/src/list.c @@ -125,10 +125,10 @@ list(Display *display, int ret = EXIT_SUCCESS; for(loop=0; loop