forked from AuroraMiddleware/gtk
Fix build breakage on non-X11
AM_CONDITIONALs need to be seen in all code paths. The one for XINPUT_NONE was only in the X11 if branch. But as that Automake confitional wasn't used in any Makefile.am anyway, just drop the AM_CONDITIONAL.
This commit is contained in:
parent
b618ca8923
commit
cd23f1e080
@ -1574,7 +1574,6 @@ if test "x$gdktarget" = "xx11"; then
|
||||
[Define to 1 if no XInput should be used])
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(XINPUT_NONE, test "x$with_xinput" = "xno")
|
||||
AM_CONDITIONAL(XINPUT_XFREE, test "x$with_xinput" != "xno")
|
||||
AM_CONDITIONAL(XINPUT_2, test "x$have_xinput2" = "xyes")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user