diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c index f92ad8dcb..e1f649a74 100644 --- a/hw/xfree86/loader/loadmod.c +++ b/hw/xfree86/loader/loadmod.c @@ -840,6 +840,9 @@ static const char *compiled_in_modules[] = { "dri2", #if DRI3 "dri3", +#endif +#if PRESENT + "present", #endif NULL };