0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-01 15:01:00 +00:00
quakeforge/config.d/evdev.m4

8 lines
281 B
Text
Raw Normal View History

2021-09-28 01:57:12 +00:00
dnl ==================================================================
dnl Checks for evdev
dnl ==================================================================
AC_CHECK_HEADER(linux/input.h,
[QF_NEED(input,[evdev])
AC_DEFINE([HAVE_EVDEV], [1], [Define if you have evdev])])