Skip to content

community/xf86-video-nouveau: fix build with gcc 14

Jingyun Hua requested to merge huajingyun01/aports:xf86-video-nouveau into master

Fix:

nv_driver.c:1451:23: error: implicit declaration of function 'wfbScreenInit'; did you mean 'fbScreenInit'? [-Wimplicit-function-declaration]
 1451 |                 ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX,
      |                       ^~~~~~~~~~~~~
      |                       fbScreenInit
make[2]: *** [Makefile:669: nv_driver.lo] Error 1
Edited by Jingyun Hua

Merge request reports