From patchwork Fri Mar 4 02:20:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Turner X-Patchwork-Id: 607571 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p242LhNP032067 for ; Fri, 4 Mar 2011 02:22:04 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 559389E97F for ; Thu, 3 Mar 2011 18:21:43 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qw0-f49.google.com (mail-qw0-f49.google.com [209.85.216.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 2A8599E798 for ; Thu, 3 Mar 2011 18:21:35 -0800 (PST) Received: by qwj9 with SMTP id 9so1430910qwj.36 for ; Thu, 03 Mar 2011 18:21:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=6wkHAsTG5jbRSHQVOGMkindFF/ZANZpG/+Y6Bb0R4JI=; b=CtBFs3iH0iyW02J0DXLNfp7la9SARP3+ULLRWoyQxrmIA5q54E7CIVb6KKdpZpSfUl YCVJSbppP+qBNH/sD8/hkiYbQcGFlStlt8J3Ci9TkiMUptLUMNbiPxl9YQOa9LZRv2/k rU033caGvWZikzvZ359gDgI5XUAhKZnVObb6Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=uR3LH+h2EVgSVWvvVW3gEM3xYkl83qCxUGAa30oDImrHhL3cFwXO3CmojrjRdpFy8x GfnmM1ZjJ0CX1OvOh98NnoHlyRdIGUeCqajYvs9pncpYIfq8tnZSzzT/8kXTqqlQfP/c +R5hZgw/8bOei8thAbl66OsX7I/HmLffyI1Ps= Received: by 10.229.91.15 with SMTP id k15mr28780qcm.157.1299205293716; Thu, 03 Mar 2011 18:21:33 -0800 (PST) Received: from localhost (cpe-024-163-056-168.nc.res.rr.com [24.163.56.168]) by mx.google.com with ESMTPS id h20sm324698qck.36.2011.03.03.18.21.33 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Mar 2011 18:21:33 -0800 (PST) From: Matt Turner To: dri-devel@lists.freedesktop.org Subject: [PATCH] don't try to build modetest without libkms Date: Thu, 3 Mar 2011 21:20:52 -0500 Message-Id: <1299205252-24952-1-git-send-email-mattst88@gmail.com> X-Mailer: git-send-email 1.7.3.4 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 04 Mar 2011 02:22:04 +0000 (UTC) diff --git a/tests/Makefile.am b/tests/Makefile.am index ebf4853..01ca8b4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,9 +16,6 @@ if HAVE_LIBKMS SUBDIRS += kmstest endif -if HAVE_INTEL -endif - if HAVE_LIBUDEV check_LTLIBRARIES = libdrmtest.la @@ -50,9 +47,13 @@ TESTS = \ SUBDIRS += vbltest $(NULL) if HAVE_INTEL +if HAVE_LIBKMS +SUBDIRS += \ + modetest +endif + SUBDIRS += \ modeprint \ - modetest \ $(NULL) TESTS += \