From 0f22bea4886efb94ad3722fed8e709acd894e819 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 23 Jan 2023 00:30:40 -0700 Subject: [PATCH] meson: Require SDL --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 7c4a04d23c..7a45f84bdc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')