Make usage of SDL renderer optional

This commit is contained in:
Francesco Abbate
2021-04-29 14:15:24 +02:00
parent 7c79105d2f
commit 3d84fe5488
8 changed files with 201 additions and 107 deletions
+1
View File
@@ -1,2 +1,3 @@
option('portable', type : 'boolean', value : false, description: 'Portable install')
option('renderer', type : 'boolean', value : false, description: 'Use SDL renderer')