meson: Require SDL

This commit is contained in:
Matt Borgerson 2023-01-23 00:30:40 -07:00
parent 8c32d1804b
commit 0f22bea488

View File

@ -179,7 +179,7 @@ option('pvrdma', type : 'feature', value : 'auto',
description: 'Enable PVRDMA support')
option('gtk', type : 'feature', value : 'auto',
description: 'GTK+ user interface')
option('sdl', type : 'feature', value : 'auto',
option('sdl', type : 'feature', value : 'enabled',
description: 'SDL user interface')
option('sdl_image', type : 'feature', value : 'auto',
description: 'SDL Image support for icons')