From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2997B139694 for ; Sun, 30 Jul 2017 14:38:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D8C41FC10B; Sun, 30 Jul 2017 14:38:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D6FD1FC10B for ; Sun, 30 Jul 2017 14:38:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74BBB3419B2 for ; Sun, 30 Jul 2017 14:37:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 363CA74C2 for ; Sun, 30 Jul 2017 14:37:58 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1501425445.c4afc732f1562592a9ef5b42e0e13a3dc00e7006.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wlc/wlc-9999.ebuild X-VCS-Directories: dev-libs/wlc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c4afc732f1562592a9ef5b42e0e13a3dc00e7006 X-VCS-Branch: master Date: Sun, 30 Jul 2017 14:37:58 +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: 0e2bc351-4113-4706-8af8-b3d393b72e9d X-Archives-Hash: 54fbdfb1367a457ac292095ebc2884a7 commit: c4afc732f1562592a9ef5b42e0e13a3dc00e7006 Author: Mykyta Holubakha gmail com> AuthorDate: Thu Jul 27 19:09:04 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 14:37:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4afc732 dev-libs/wlc: updated live ebuild Closes: https://github.com/gentoo/gentoo/pull/5224 dev-libs/wlc/wlc-9999.ebuild | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/dev-libs/wlc/wlc-9999.ebuild b/dev-libs/wlc/wlc-9999.ebuild index 535af3d4823..709fe5def74 100644 --- a/dev-libs/wlc/wlc-9999.ebuild +++ b/dev-libs/wlc/wlc-9999.ebuild @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/Cloudef/wlc.git" LICENSE="MIT ZLIB" SLOT="0" KEYWORDS="" -IUSE="X static-libs systemd xwayland" +IUSE="X static-libs systemd +xwayland" RDEPEND="virtual/opengl virtual/libudev @@ -24,12 +24,19 @@ RDEPEND="virtual/opengl x11-misc/xkeyboard-config dev-libs/libinput dev-libs/wayland - X? ( x11-libs/libX11 - x11-libs/libxcb[xkb] - x11-libs/xcb-util-image - x11-libs/xcb-util-wm - x11-libs/libXfixes ) - xwayland? ( x11-base/xorg-server[wayland] ) + X? ( + x11-libs/libX11 + x11-libs/libxcb[xkb] + x11-libs/xcb-util-image + x11-libs/xcb-util-wm + x11-libs/libXfixes + ) + xwayland? ( + x11-libs/libxcb[xkb] + x11-libs/xcb-util-image + x11-libs/xcb-util-wm + x11-base/xorg-server[wayland] + ) systemd? ( sys-apps/systemd sys-apps/dbus )" DEPEND="${RDEPEND} @@ -43,7 +50,8 @@ src_configure() { -DWLC_BUILD_STATIC=$(usex static-libs) - -DWLC_X11_SUPPORT=$(usex X) + -DWLC_X11_BACKEND_SUPPORT=$(usex X) + -DWLC_XWAYLAND_SUPPORT=$(usex xwayland) $(cmake-utils_use_find_package systemd Systemd) $(cmake-utils_use_find_package systemd Dbus)