xfree86: xlibre-server.h: announce new EDID parsing feature

Adding a #define in xlibre-server.h that drivers can #ifdef on,
in order to check for the new EDID parsing API.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-04 11:43:52 +01:00
committed by Enrico Weigelt
parent 3bd2c8aa1c
commit d05e018a59

View File

@@ -212,4 +212,7 @@
/* needed for os.h to prevent redefinition of timingsafe_memcmp in drivers */
#mesondefine HAVE_TIMINGSAFE_MEMCMP
/* Xserver has xf86ParseEDID() et al (since 25.2) */
#define XLIBRE_API_EDID_PARSE_v1 1
#endif /* _XORG_SERVER_H_ */