xorg-server 1.6.99.900 (and the related proto and lib updates) break building the intel driver (2.8.1 and git versions) because: - shmstr.h is removed (relevant stuff like ShmFuncsPtr has moved to an xorg-server internal header, Xext/shmint.h inside the xorg-server source tree) - xf86Resources.h is gone - #include <X11/extensions/dpms.h> in ch7017.c fails because Display and Status aren't defined before its inclusion - xf86RAC.h is gone, and so are the things it used to define (RAC_FB, RAC_COLORMAP, ...) - xf86RegisterResources is gone
Created attachment 29342 [details] [review] Patch This patch makes it compile and work on my Q35, but chances are it breaks i810 and i830
thanks for the patch. Keith, could you review and commit?
2.9 should have the necessary changes.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.