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 C5C5F1381F3 for ; Tue, 16 Apr 2013 16:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 543CBE0928; Tue, 16 Apr 2013 16:14:36 +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 E7662E0928 for ; Tue, 16 Apr 2013 16:14:35 +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 E5BA833DD35 for ; Tue, 16 Apr 2013 16:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7B435E4306 for ; Tue, 16 Apr 2013 16:14:33 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1366128950.ea4e37cfb0cbf2101fdbc21c599dff765e1c34df.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: ea4e37cfb0cbf2101fdbc21c599dff765e1c34df X-VCS-Branch: master Date: Tue, 16 Apr 2013 16:14:33 +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: 576e28f0-9da6-4907-82e2-e29fdc7ee5b2 X-Archives-Hash: 2233e34f4a96e3dc9ba71e3ecee22260 commit: ea4e37cfb0cbf2101fdbc21c599dff765e1c34df Author: David Heidelberger ixit cz> AuthorDate: Tue Apr 16 16:15:50 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Tue Apr 16 16:15:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ea4e37cf dev-libs/weston: add debug option and fix build --- dev-libs/weston/weston-9999.ebuild | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 641681f..84e2ba3 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -25,13 +25,14 @@ fi LICENSE="CCPL-Attribution-ShareAlike-3.0 MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+clients +drm +simple-clients static-libs +tablet +wayland-compositor +x11" +IUSE="+clients debug +drm +simple-clients static-libs +tablet +wayland-compositor +x11" RDEPEND="dev-libs/wayland gnome-base/librsvg media-libs/mesa[egl,gles2,wayland] x11-libs/pixman x11? ( x11-libs/libxcb x11-libs/libX11 ) + debug? ( sys-libs/libunwind ) drm? ( >=virtual/udev-136 >=x11-libs/libdrm-2.4.23 media-libs/mesa[gbm] ) clients? ( >=x11-libs/cairo-1.10.0 x11-libs/gdk-pixbuf dev-libs/glib:2 x11-libs/libxkbcommon media-libs/libpng app-text/poppler )" @@ -45,6 +46,7 @@ src_prepare() { src_configure() { econf --disable-setuid-install \ + $(use_enable debug libunwind) \ $(use_enable static-libs static) \ $(use_enable drm drm-compositor) \ $(use_enable wayland-compositor) \