From patchwork Sat Feb 27 15:04:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?TWFyY2luIEtvw4XigLpjaWVsbmlja2k=?= X-Patchwork-Id: 82593 Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1RF642f011455 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 27 Feb 2010 15:06:40 GMT Received: from localhost ([127.0.0.1] helo=sfs-ml-2.v29.ch3.sourceforge.com) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1NlODw-0007x0-1l; Sat, 27 Feb 2010 15:04:56 +0000 Received: from sfi-mx-3.v28.ch3.sourceforge.com ([172.29.28.123] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1NlODu-0007vz-Tv for dri-devel@lists.sourceforge.net; Sat, 27 Feb 2010 15:04:54 +0000 X-ACL-Warn: Received: from pigasus.0x04.net ([85.222.19.84]) by sfi-mx-3.v28.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) id 1NlODs-0001M0-Ko for dri-devel@lists.sourceforge.net; Sat, 27 Feb 2010 15:04:54 +0000 Received: by pigasus.0x04.net (Postfix, from userid 1000) id 1DB3558C2; Sat, 27 Feb 2010 15:04:44 +0000 (UTC) From: =?utf-8?q?Marcin=20Ko=C5=9Bcielnicki?= To: dri-devel@lists.sourceforge.net Subject: [PATCH 1/6] Add config.h macro HAVE_NOUVEAU Date: Sat, 27 Feb 2010 15:04:37 +0000 Message-Id: <1267283082-21586-1-git-send-email-koriakin@0x04.net> X-Mailer: git-send-email 1.6.3.3 X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. _SUMMARY_ X-Headers-End: 1NlODs-0001M0-Ko X-BeenThere: dri-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.sourceforge.net X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sat, 27 Feb 2010 15:06:41 +0000 (UTC) diff --git a/configure.ac b/configure.ac index ef7700f..40634c5 100644 --- a/configure.ac +++ b/configure.ac @@ -154,6 +154,9 @@ if test "x$VMWGFX" = xyes; then fi AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes]) +if test "x$NOUVEAU" = xyes; then + AC_DEFINE(HAVE_NOUVEAU, 1, [Have nouveau (nvidia) support]) +fi AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" = xyes])