From 8d064db204d42862ea69d428691e349939233b89 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Tue, 10 Jan 2023 13:37:34 +0100 Subject: [PATCH] mangoapp: install by default --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index b9cb0757..748edb55 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,7 +14,7 @@ option('with_wayland', type : 'feature', value : 'disabled') option('with_dbus', type : 'feature', value : 'enabled') option('with_dlsym', type : 'feature', value : 'disabled') option('loglevel', type: 'combo', choices : ['trace', 'debug', 'info', 'warn', 'err', 'critical', 'off'], value : 'info', description: 'Max log level in non-debug build') -option('mangoapp', type: 'boolean', value : false) +option('mangoapp', type: 'boolean', value : true) option('mangohudctl', type: 'boolean', value : false) option('mangoapp_layer', type: 'boolean', value : false) option('tests', type: 'feature', value: 'auto', description: 'Run tests')