[PATCH util/modular 2/7] xorg.modules: mesa is now autotooled

Jon TURNEY jon.turney at dronecode.org.uk
Thu Feb 28 07:07:55 PST 2013


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 <jon.turney at dronecode.org.uk>

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



More information about the xorg-devel mailing list