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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46BF4159C9B for ; Sun, 11 Aug 2024 02:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83D6A2BC02D; Sun, 11 Aug 2024 02:45:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 650072BC037 for ; Sun, 11 Aug 2024 02:45:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1017E3430A3 for ; Sun, 11 Aug 2024 02:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A581ED7 for ; Sun, 11 Aug 2024 02:44:58 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1723344027.50916286b7e5c902c0ce788b9d877cdff2d661d4.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/hyprland/hyprland-0.42.0-r1.ebuild gui-wm/hyprland/hyprland-0.42.0.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 50916286b7e5c902c0ce788b9d877cdff2d661d4 X-VCS-Branch: master Date: Sun, 11 Aug 2024 02:44: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9de0768e-746d-404f-9638-0289eed067be X-Archives-Hash: b53dbb84dccb0cd02b48a0936ce01d44 commit: 50916286b7e5c902c0ce788b9d877cdff2d661d4 Author: John M. Harris Jr. johnmh me> AuthorDate: Sat Aug 10 03:33:55 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Aug 11 02:40:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50916286 gui-wm/hyprland: fix USE=X dependencies Cleaned remnants of wlroots. Closes: https://bugs.gentoo.org/show_bug.cgi?id=937638 Signed-off-by: John M. Harris Jr. johnmh.me> Signed-off-by: Yixun Lan gentoo.org> .../hyprland/{hyprland-0.42.0.ebuild => hyprland-0.42.0-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gui-wm/hyprland/hyprland-0.42.0.ebuild b/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild similarity index 94% rename from gui-wm/hyprland/hyprland-0.42.0.ebuild rename to gui-wm/hyprland/hyprland-0.42.0-r1.ebuild index 0201229de28e..5595a6c47d3c 100644 --- a/gui-wm/hyprland/hyprland-0.42.0.ebuild +++ b/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild @@ -48,18 +48,19 @@ RDEPEND=" x11-libs/pixman X? ( x11-libs/libxcb:0= + x11-base/xwayland + x11-libs/xcb-util-errors + x11-libs/xcb-util-wm ) " DEPEND=" ${RDEPEND} - ${WLROOTS_DEPEND} >=dev-libs/hyprland-protocols-0.3 >=dev-libs/hyprlang-0.3.2 >=dev-libs/wayland-protocols-1.36 >=gui-libs/hyprutils-0.2.1 " BDEPEND=" - ${WLROOTS_BDEPEND} || ( >=sys-devel/gcc-13:* >=sys-devel/clang-16:* ) app-misc/jq dev-build/cmake @@ -86,8 +87,6 @@ src_configure() { $(meson_feature legacy-renderer legacy_renderer) $(meson_feature systemd) $(meson_feature X xwayland) - -Dwlroots:backends=drm,libinput$(usev X ',x11') - -Dwlroots:xcb-errors=disabled ) meson_src_configure