mesa is now sufficently autotooled that: - it doesn't need makedepend - non-srcdir builds work - it doesn't need skip-autogen - the check target exists
Signed-off-by: Jon TURNEY <[email protected]> libGL doesn't need makedepend --- xorg.modules | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/xorg.modules b/xorg.modules index b8fbcaa..14fd4c8 100644 --- a/xorg.modules +++ b/xorg.modules @@ -65,12 +65,10 @@ </autotools> <!-- the Mesa module, which provides libGL, libGLU, and DRI drivers --> - <autotools id="libGL" supports-non-srcdir-builds="no" check-target="false" - skip-autogen="never"> + <autotools id="libGL"> <branch module="mesa/mesa" checkoutdir="mesa/mesa"/> <dependencies> - <dep package="makedepend"/> <dep package="xf86driproto"/> <dep package="dri2proto"/> <dep package="glproto"/> -- 1.7.9 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
