i was looking for the meaning of the dlloader use flag in the ebuild for nvidia-glx and i found it this : if use dlloader; then [[ -f ${drvdir}/nvidia_drv.so ]] && \ doexe ${drvdir}/nvidia_drv.so else [[ -f ${drvdir}/nvidia_drv.o ]] && \ doexe ${drvdir}/nvidia_drv.o fi so i wonder what's the point of having a dlloader use flag if you do the same operation when it's activated or not
i forgot to mention it's for the nvidia-glx-1.0.8178 ebuild
damn i didn't see the .so and the .o difference i'm so tired these days sorry for the noise