From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 82DA1138247 for ; Thu, 28 Nov 2013 17:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7829E0C3D; Thu, 28 Nov 2013 17:16:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 570EEE0C3D for ; Thu, 28 Nov 2013 17:16:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA91833F0D4 for ; Thu, 28 Nov 2013 17:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 67821E54FB for ; Thu, 28 Nov 2013 17:15:57 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1385658863.4fb9b0b2c5ff6d1acd219019c22165feb9ee73c9.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 4fb9b0b2c5ff6d1acd219019c22165feb9ee73c9 X-VCS-Branch: master Date: Thu, 28 Nov 2013 17:15:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 504e05e3-54dd-4f13-8a1c-261216b9df81 X-Archives-Hash: 54abd24a11f7a3d3c26b0e6cc854a2a6 commit: 4fb9b0b2c5ff6d1acd219019c22165feb9ee73c9 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Thu Nov 28 17:14:23 2013 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Thu Nov 28 17:14:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4fb9b0b2 media-libs/mesa: make llvm-shared-libs optional This allows users to work around incomplete RPATH in i915g until a proper fix is implemented. Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=488216 --- media-libs/mesa/mesa-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index dc18ff1..e00c65b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -49,15 +49,16 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - bindist +classic debug +egl +gallium gbm gles1 gles2 +llvm +nptl opencl - openvg osmesa pax_kernel pic r600-llvm-compiler selinux vdpau - wayland xvmc xa kernel_FreeBSD" + bindist +classic debug +egl +gallium gbm gles1 gles2 +llvm +nptl + llvm-shared-libs opencl openvg osmesa pax_kernel pic r600-llvm-compiler + selinux vdpau wayland xvmc xa kernel_FreeBSD" REQUIRED_USE=" llvm? ( gallium ) openvg? ( egl gallium ) opencl? ( gallium + llvm-shared-libs video_cards_r600? ( r600-llvm-compiler ) video_cards_radeon? ( r600-llvm-compiler ) video_cards_radeonsi? ( r600-llvm-compiler ) @@ -293,9 +294,9 @@ multilib_src_configure() { $(use_enable nptl glx-tls) \ $(use_enable osmesa) \ $(use_enable !pic asm) \ + $(use_with llvm-shared-libs) \ --with-dri-drivers=${DRI_DRIVERS} \ --with-gallium-drivers=${GALLIUM_DRIVERS} \ - --with-llvm-shared-libs \ PYTHON2="${PYTHON}" \ ${myconf} }