build: Add a note about abi and backendsa

Trying to scare people away from playing with fire.

Related: #6832
This commit is contained in:
Matthias Clasen 2024-07-04 07:06:08 -04:00
parent 106db1a9be
commit 4d9d50d8e1

View File

@ -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,