You can build with SDL support following the normal build procedure but adding the -DENABLE_SDL=1 flag to the cmake command.
e.g.
cmake .. -DENABLE_SDL=1
You should see "Using shared SDL2" in cmake's output.
After then building, SDL devices will be shown within the controller configuration.
e.g.
cmake .. -DENABLE_SDL=1
You should see "Using shared SDL2" in cmake's output.
After then building, SDL devices will be shown within the controller configuration.
