From patchwork Fri Feb 26 18:07:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Cristau X-Patchwork-Id: 82429 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 o1QIBS3e009988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 26 Feb 2010 18:12:04 GMT Received: from localhost ([127.0.0.1] helo=sfs-ml-1.v29.ch3.sourceforge.com) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1Nl4dp-0004KN-Ed; Fri, 26 Feb 2010 18:10:21 +0000 Received: from sfi-mx-2.v28.ch3.sourceforge.com ([172.29.28.122] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1Nl4bO-0006ee-Vn for dri-devel@lists.sourceforge.net; Fri, 26 Feb 2010 18:07:50 +0000 X-ACL-Warn: Received: from coloquinte.cristau.org ([91.121.16.100]) by sfi-mx-2.v28.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) id 1Nl4bN-0004Ur-Ig for dri-devel@lists.sourceforge.net; Fri, 26 Feb 2010 18:07:50 +0000 Received: from patate.is-a-geek.org (unknown [132.227.81.58]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by coloquinte.cristau.org (Postfix) with ESMTPSA id E544EBB88; Fri, 26 Feb 2010 19:07:32 +0100 (CET) Received: by patate.is-a-geek.org (Postfix, from userid 1000) id 156937ECA; Fri, 26 Feb 2010 19:07:26 +0100 (CET) From: Julien Cristau To: dri-devel@lists.sf.net Subject: [PATCH 2/3] libdrm_nouveau requires libdrm Date: Fri, 26 Feb 2010 19:07:23 +0100 Message-Id: <1267207644-498-2-git-send-email-jcristau@debian.org> X-Mailer: git-send-email 1.6.6.1 In-Reply-To: <1267207644-498-1-git-send-email-jcristau@debian.org> References: <1267207644-498-1-git-send-email-jcristau@debian.org> X-Spam-Score: -0.4 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -0.4 AWL AWL: From: address is in the auto white-list X-Headers-End: 1Nl4bN-0004Ur-Ig X-Mailman-Approved-At: Fri, 26 Feb 2010 18:10:19 +0000 Cc: Julien Cristau 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]); Fri, 26 Feb 2010 18:12:04 +0000 (UTC) diff --git a/nouveau/libdrm_nouveau.pc.in b/nouveau/libdrm_nouveau.pc.in index 7ef49e5..6ae6287 100644 --- a/nouveau/libdrm_nouveau.pc.in +++ b/nouveau/libdrm_nouveau.pc.in @@ -8,3 +8,4 @@ Description: Userspace interface to nouveau kernel DRM services Version: 0.6 Libs: -L${libdir} -ldrm_nouveau Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/nouveau +Requires.private: libdrm