[ANNOUNCE] libdrm 2.4.41

Maarten Lankhorst maarten.lankhorst at canonical.com
Wed Jan 16 06:16:12 PST 2013


Op 16-01-13 13:19, Maarten Lankhorst schreef:
> ...
> Jesse Barnes (1):
>       man: disable man page building until David saves us all
>
Looks like this commit might break building if you don't build against git directly, since it's not included in the tarball.

The fix for this is removing man/Makefile from configure.ac:

diff --git a/configure.ac b/configure.ac
index 10cc9a4..1776610 100644
--- a/configure.ac
+++ b/configure.ac
@@ -348,7 +348,6 @@ AC_CONFIG_FILES([
 	tests/vbltest/Makefile
 	include/Makefile
 	include/drm/Makefile
-	man/Makefile
 	libdrm.pc])
 AC_OUTPUT
 



More information about the dri-devel mailing list