mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 06:00:09 +01:00
present: Don't try to initialize when building without present support
There's a --disable-present, so it'd be nice if it worked. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net> Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
0822a23e04
commit
43e5a43fa8
1 changed files with 2 additions and 0 deletions
|
|
@ -287,7 +287,9 @@ static ExtensionModule staticExtensions[] = {
|
|||
#ifdef DPMSExtension
|
||||
{DPMSExtensionInit, DPMSExtensionName, &noDPMSExtension},
|
||||
#endif
|
||||
#ifdef PRESENT
|
||||
{present_extension_init, PRESENT_NAME, NULL},
|
||||
#endif
|
||||
#ifdef DRI3
|
||||
{dri3_extension_init, DRI3_NAME, NULL},
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue