With git bits (modesetting branch) as of yesterday morning # ./configure --prefix=/usr --disable-dri [.....] # make [......] gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -I/usr/include/xorg -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i810_accel.lo -MD -MP -MF .deps/i810_accel.Tpo -c i810_accel.c -fPIC -DPIC -o .libs/i810_accel.o In file included from i810.h:54, from i810_accel.c:55: /usr/include/xf86drm.h:41:17: error: drm.h: No such file or directory In file included from i810.h:54, from i810_accel.c:55: If this is expected, perhaps the '--disable-dri' option should be removed?
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
The bug still exists in the latest intel driver.
Yes, the '--disable-dri' option should be removed. Thanks for the report.
--disable-dri option is only used when you build intel video driver against xserver without dri enabled, so this isn't a bug, but an option for build.
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.