From 4d9d50d8e1422e006386a6c89ae5582b27b6b301 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 4 Jul 2024 07:06:08 -0400 Subject: [PATCH] build: Add a note about abi and backendsa Trying to scare people away from playing with fire. Related: #6832 --- meson_options.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson_options.txt b/meson_options.txt index 83ff501812..299e33d91d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,9 @@ # GDK backends +# Windowing system backends +# Note: The options change the abi (what backend api is available) without +# changing the soname, so think twice before deviating from the default values. + option('x11-backend', type: 'boolean', value: true,