mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 16:00:08 +01:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -840,6 +840,9 @@ static const char *compiled_in_modules[] = {
|
|||
"dri2",
|
||||
#if DRI3
|
||||
"dri3",
|
||||
#endif
|
||||
#if PRESENT
|
||||
"present",
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue