From 083c278610eea78696f657b61a894cfeebdbff3e Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Mon, 15 Mar 2010 19:30:57 +0000 Subject: [PATCH 2/2] jhbuild: describe mesa more accurately in moduleset mesa doesn't support building with buildroot != checkoutroot Read the source of jhbuild to discover that the module's supports-non-srcdir-builds attribute must have a value of exactly 'no' to indicate that. also, mesa doesn't use automake, and contains a Makefile in the repository, which jhbuild notices and thinks it doesn't need to run autogen.sh (and hence ./configure), unless --always-autogen is specified. Use skip-autogen=never to ensure autogen.sh is always run (See https://bugs.freedesktop.org/show_bug.cgi?id=26337) also note that mesa doesn't support 'make check' --- xorg.modules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorg.modules b/xorg.modules index 3e68e67..e02a864 100644 --- a/xorg.modules +++ b/xorg.modules @@ -545,7 +545,7 @@ - + -- 1.6.6.1