mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 06:44:18 +00:00
15 lines
333 B
CMake
15 lines
333 B
CMake
|
/* Define if you have the XKB extension */
|
||
|
#cmakedefine HAVE_XKB 1
|
||
|
|
||
|
/* Define to 1 if you have Xcursor */
|
||
|
#cmakedefine HAVE_XCURSOR 1
|
||
|
|
||
|
/* Define if you have XorgLibinput */
|
||
|
#cmakedefine01 HAVE_XORGLIBINPUT
|
||
|
|
||
|
/* Define if you have X11 at all */
|
||
|
#cmakedefine01 HAVE_X11
|
||
|
|
||
|
/* Define if you have synaptics */
|
||
|
#cmakedefine01 HAVE_SYNAPTICS
|