gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / x11 / xf86-video-nv / patches / 01.7163065.patch
blob2714e859c76788951cbcc5dd42bcc074789fa5b6
1 --- a/configure.ac Thu May 3 12:58:53 2012
2 +++ b/configure.ac Thu May 3 13:00:23 2012
3 @@ -61,6 +61,10 @@
4 XORG_DRIVER_CHECK_EXT(XV, videoproto)
5 XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
7 +PKG_CHECK_EXISTS([xorg-server >= 1.12.0],
8 + [AC_DEFINE([HAVE_XORG_SERVER_1_12_0], 1,
9 + [Has version 1.12.0 or greater of the Xserver])])
11 # Obtain compiler/linker options for the driver dependencies
12 PKG_CHECK_MODULES(XORG, [xorg-server >= 1.3 xproto fontsproto $REQUIRED_MODULES])
13 PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
14 --- a/src/nv_driver.c Mon Jul 19 15:53:18 2010
15 +++ b/src/nv_driver.c Thu May 3 13:01:56 2012
16 @@ -1543,7 +1543,10 @@
17 xf86FreeInt10(pNv->pInt);
18 return FALSE;
21 +#ifdef HAVE_XORG_SERVER_1_12_0
22 vgaHWSetStdFuncs(VGAHWPTR(pScrn));
23 +#endif
25 /* We use a programmable clock */
26 pScrn->progClock = TRUE;