xf86-video-omapfb: more fixes for recent xorg
[openembedded.git] / recipes / xorg-driver / xf86-video-omapfb / 0001-omapfb-driver-hack-out-dpms-for-xorg-1.7.x.patch
index 045691c..5008bba 100644 (file)
@@ -46,6 +46,12 @@ index a9d5fbc..ef92ce4 100644
  
  void
  OMAPFBPrintCapabilities(ScrnInfoPtr pScrn,
--- 
-1.6.2.4
-
+@@ -879,7 +878,7 @@ OMAPFBSetup(pointer module, pointer opts, int *errmaj, int *errmin)
+       if (!setupDone) {
+               setupDone = TRUE;
+               xf86AddDriver(&OMAPFB, module, HaveDriverFuncs);
+-              LoaderRefSymLists(fbSymbols, NULL);
++              //LoaderRefSymLists(fbSymbols, NULL);
+               return (pointer)1;
+       } else {
+               if (errmaj) *errmaj = LDR_ONCEONLY;