xorg-x11-server/libdri_noPanoramiXExtension_symbol.patch

14 lines
453 B
Diff

Index: xorg-server-1.6.3/hw/xfree86/dri/dri.c
===================================================================
--- xorg-server-1.6.3.orig/hw/xfree86/dri/dri.c
+++ xorg-server-1.6.3/hw/xfree86/dri/dri.c
@@ -75,7 +75,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN
#define PCI_BUS_NO_DOMAIN(bus) ((bus) & 0xffu)
#if !defined(PANORAMIX)
-extern Bool noPanoramiXExtension;
+Bool noPanoramiXExtension = TRUE;
#endif
static int DRIEntPrivIndex = -1;