From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH] Build: Add --disable-tests configure flag to avoid tests build. Date: Thu, 7 Feb 2013 21:52:32 +0000 Message-ID: <20130207215232.GA27876@dyon.amr.corp.intel.com> References: <1360014747-7227-1-git-send-email-rodrigo.vivi@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id 05B7CE5C63 for ; Thu, 7 Feb 2013 13:52:33 -0800 (PST) Content-Disposition: inline In-Reply-To: <1360014747-7227-1-git-send-email-rodrigo.vivi@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Rodrigo Vivi Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Mon, Feb 04, 2013 at 07:52:27PM -0200, Rodrigo Vivi wrote: > Tests are still being built by default. However this request > came from OSVs in order to allow them to include i-g-t in their > distributions by default avoiding adding more and more dependencies > since we are improving and adding more and more tests. Sorry to be the party crasher here, but the patch doesn't seem to really remove dependencies because the default action-if-not-found of PKG_CHECK_MODULES will end the configure script. For instance PKG_CHECK_MODULES(CAIRO, [cairo]) will end the configure script if cairo is not found. What are the goals here? remove dependencies? which ones? Hopefully not too wrong with that stupid FOSDEM flu :) -- Damien