From d1750e5bdb6ed3db86223061150dfaf3026cf6b2 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Thu, 22 Aug 2024 14:26:51 +0200 Subject: [PATCH] build: Enable libdisplay-info by default So far libdisplay-info has only been used when it was available. This change requires either libdisplay-info to be available or the user to explicitly disable it. Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 0f0c37922..7d287ade9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -227,7 +227,7 @@ option('catch', option('libdisplay_info', type: 'feature', - value: 'auto', + value: 'enabled', deprecated: {'true': 'enabled', 'false': 'disabled'}, description: 'Build with or without libdisplay-info' )