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 589F4138CC5 for ; Tue, 24 Mar 2015 14:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE21BE0998; Tue, 24 Mar 2015 14:19:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F522E0998 for ; Tue, 24 Mar 2015 14:19:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BEE73409DB for ; Tue, 24 Mar 2015 14:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7ABC146F5 for ; Tue, 24 Mar 2015 14:19:02 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1427206755.21782db9fcb71358860da3350cc0e95f67dd8908.chithanh@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/metadata.xml dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 21782db9fcb71358860da3350cc0e95f67dd8908 X-VCS-Branch: master Date: Tue, 24 Mar 2015 14:19:02 +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: caa0301f-4225-43db-bb19-526218a83e29 X-Archives-Hash: c6fb8177f625d16a80e8ed1c667f18ce commit: 21782db9fcb71358860da3350cc0e95f67dd8908 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Tue Mar 24 14:19:15 2015 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Tue Mar 24 14:19:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=21782db9 dev-libs/weston: import dependency and USE flag changes from g-x86 dev-libs/weston/metadata.xml | 5 ++--- dev-libs/weston/weston-9999.ebuild | 7 ++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml index 0bf8f98..be0b9a0 100644 --- a/dev-libs/weston/metadata.xml +++ b/dev-libs/weston/metadata.xml @@ -3,7 +3,6 @@ x11 - Enable support for clients Allow setting color managment Enable drm compositor support Install wayland-editor example application @@ -11,16 +10,16 @@ Enable fbdev compositor support Use GLESv2 cairo instead of full GL Headless backend and a noop renderer, mainly for testing purposes + Enable the IVI shell Install weston-launch utility Enable Remote Desktop Protocol compositor support Increase performance, allocate more RAM. Recommended to disable on Raspberry Pi Raspberry Pi GPU support - Enable simple-clients + Enable screen-sharing through RDP Enable interface for tablets Enable libunwind usage for backtraces Install wayland-view example application Enable Wayland compositor support - Enable X11 compositor support Enable ability support native X11 applications diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index ded3186..c4a43ab 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -26,7 +26,7 @@ fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~arm-linux" -IUSE="colord dbus +drm +egl editor examples fbdev gles2 headless +opengl rdp +resize-optimization rpi +launch screen-sharing static-libs +suid systemd test unwind wayland-compositor +X xwayland" +IUSE="colord dbus +drm +egl editor examples fbdev gles2 headless ivi +opengl rdp +resize-optimization rpi +launch screen-sharing static-libs +suid systemd test unwind wayland-compositor +X xwayland" REQUIRED_USE=" drm? ( egl ) @@ -38,7 +38,8 @@ REQUIRED_USE=" " RDEPEND=" - >=dev-libs/wayland-1.4.0 + >=dev-libs/libinput-0.8.0 + >=dev-libs/wayland-1.7.0 media-libs/lcms:2 media-libs/libpng:0= media-libs/libwebp:0= @@ -126,6 +127,7 @@ src_configure() { $(use_enable dbus) \ $(use_enable drm drm-compositor) \ $(use_enable headless headless-compositor) \ + $(use_enable ivi ivi-shell) \ $(use_enable rdp rdp-compositor) \ $(use_enable rpi rpi-compositor) \ $(use_enable wayland-compositor) \ @@ -139,7 +141,6 @@ src_configure() { $(use_enable suid setuid-install) \ $(use_enable xwayland) \ $(use_enable xwayland xwayland-test) \ - --disable-libinput-backend \ ${myconf} }