xfree86: Report Present as a built-in module
This is so that drivers can do a runtime check that Present is available, similar to existing runtime checks performed by the drivers for DRI. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
746be5a03e
commit
7ca458493a
|
@ -840,6 +840,9 @@ static const char *compiled_in_modules[] = {
|
|||
"dri2",
|
||||
#if DRI3
|
||||
"dri3",
|
||||
#endif
|
||||
#if PRESENT
|
||||
"present",
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue