Created attachment 126186 [details] build.log Hello. ``` /var/tmp/portage/x11-base/xorg-server-9999/work/xorg-server-9999/hw/xfree86/drivers/modesetting/present.c: In function ‘ms_present_queue_vblank’: /var/tmp/portage/x11-base/xorg-server-9999/work/xorg-server-9999/hw/xfree86/drivers/modesetting/present.c:144:9: error: implicit declaration of function ‘ms_flush_drm_events’ [-Werror=implicit-function-declaration] if (errno != EBUSY || ms_flush_drm_events(screen) < 0) { ^ ``` Please fix.
Does re-running autogen.sh fix it?
Never mind. You should be able to avoid this by building without --disable-glamor. Qiang, can you take a look at fixing this?
(In reply to Michel Dänzer from comment #2) > Never mind. You should be able to avoid this by building without > --disable-glamor. > > Qiang, can you take a look at fixing this? OK, let me have a look.
I can confirm this is fixed in commit 7f6fa4e449f5a7215bbf60ce8c874e163a7453a9 Author: Qiang Yu <Qiang.Yu@amd.com> Date: Mon Sep 5 18:05:42 2016 +0800 modesetting: fix compile error when --disable-glamor Move ms_flush_drm_events out of GLAMOR ifdef. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97586 Signed-off-by: Qiang Yu <Qiang.Yu@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Keith Packard <keithp@keithp.com> Thank you.
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.