1
0
Fork 0

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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3971>
This commit is contained in:
Sebastian Wick 2024-08-22 14:26:51 +02:00
parent 41f0194280
commit d1750e5bdb

View file

@ -227,7 +227,7 @@ option('catch',
option('libdisplay_info', option('libdisplay_info',
type: 'feature', type: 'feature',
value: 'auto', value: 'enabled',
deprecated: {'true': 'enabled', 'false': 'disabled'}, deprecated: {'true': 'enabled', 'false': 'disabled'},
description: 'Build with or without libdisplay-info' description: 'Build with or without libdisplay-info'
) )