So I think I was a little bit naive here. I didn't know that DRI2 is not completely independent from DRI, so I thought perhaps those two things got in each other ways.
The driver won't compile with the "--disable-dri" target, so removed that from configure.ac and made DRI a dependency.
I've also fixed the following error:
Code:
RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch. [dri] radeon kernel module version is 2.0.0 but version 1.17.0 or newer is needed.
Leave a comment: