diff --git a/hw/xfree86/common/xf86platformBus.h b/hw/xfree86/common/xf86platformBus.h index 7d4852ee8..f752795c8 100644 --- a/hw/xfree86/common/xf86platformBus.h +++ b/hw/xfree86/common/xf86platformBus.h @@ -136,4 +136,11 @@ static inline void xf86MergeOutputClassOptions(int index, void **options) {} #endif +#ifndef pci_device_is_boot_display +static inline Bool pci_device_is_boot_display(struct pci_device *dev) +{ + return FALSE; +} +#endif + #endif