From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QAoM5-0006EP-Rq for garchives@archives.gentoo.org; Fri, 15 Apr 2011 19:06:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A4AE1C08A; Fri, 15 Apr 2011 19:04:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 419221C078 for ; Fri, 15 Apr 2011 19:04:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C78F61B4095 for ; Fri, 15 Apr 2011 19:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1E77F80076 for ; Fri, 15 Apr 2011 19:04:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/libdrm/libdrm-9999.ebuild x11-libs/libdrm/metadata.xml X-VCS-Directories: x11-libs/libdrm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c5ace92d3581fb8b623905fe286fa8a5e828c8a2 Date: Fri, 15 Apr 2011 19:04:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5092425d59c9329bcaf0463edd7838f7 commit: c5ace92d3581fb8b623905fe286fa8a5e828c8a2 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Apr 15 18:18:38 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Apr 15 18:18:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dc5ace92d x11-libs/libdrm: Migrate to XORG_CONFIGURE_OPTIONS. (Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest comm= it with key 05DE07BB) --- x11-libs/libdrm/libdrm-9999.ebuild | 8 +++++--- x11-libs/libdrm/metadata.xml | 8 ++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-= 9999.ebuild index d4af1f5..35057c6 100644 --- a/x11-libs/libdrm/libdrm-9999.ebuild +++ b/x11-libs/libdrm/libdrm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -32,12 +32,14 @@ PATCHES=3D( ) =20 pkg_setup() { - CONFIGURE_OPTIONS=3D"--enable-udev + XORG_CONFIGURE_OPTIONS=3D( + --enable-udev $(use_enable video_cards_intel intel) $(use_enable video_cards_nouveau nouveau-experimental-api) $(use_enable video_cards_radeon radeon) $(use_enable video_cards_vmware vmwgfx-experimental-api) - $(use_enable libkms)" + $(use_enable libkms) + ) =20 xorg-2_pkg_setup } diff --git a/x11-libs/libdrm/metadata.xml b/x11-libs/libdrm/metadata.xml new file mode 100644 index 0000000..c64af1c --- /dev/null +++ b/x11-libs/libdrm/metadata.xml @@ -0,0 +1,8 @@ + + + +x11 + +Enable building of libkms, a library for applicati= ons to interface with KMS + +