Add WITH_MINIMAID option to allow building on ARM

This commit is contained in:
Gareth Francis
2024-04-12 17:00:34 +01:00
committed by teejusb
parent c2ac89dcb6
commit 60c3dcd3d7
3 changed files with 20 additions and 5 deletions
+3
View File
@@ -62,3 +62,6 @@ if(LINUX)
option(WITH_LIBXTST "Build with libXtst support" ON)
option(WITH_X11 "Build with X11 support" ON)
endif()
option(WITH_MINIMAID "Build with Minimaid support." ON)