From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1654603-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B75BB158170 for <garchives@archives.gentoo.org>; Fri, 19 Jul 2024 22:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F301DE29C1; Fri, 19 Jul 2024 22:57:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEAEBE29C1 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jul 2024 22:57:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0440340C43 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jul 2024 22:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 721CAF16 for <gentoo-commits@lists.gentoo.org>; Fri, 19 Jul 2024 22:57:56 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1721429802.9c19cb386709780fc23cd1141684e32efe585492.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c19cb386709780fc23cd1141684e32efe585492 X-VCS-Branch: master Date: Fri, 19 Jul 2024 22:57:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 276f17ec-8e55-4d0d-8931-b8c65938caef X-Archives-Hash: 54d0b29a8659f2cac7277ea0918a2519 commit: 9c19cb386709780fc23cd1141684e32efe585492 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Jul 19 16:31:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 19 22:56:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c19cb38 media-libs/libsdl2: fix automagic dependency on libdecor It is enabled and depended on for the 2.30 ebuilds which use cmake, although the cmake builds default to not building with libdecor support. It is not enabled for the stable 2.28 ebuild which uses autotools, although the autotools builds default to detecting libdecor and using it. Closes: https://bugs.gentoo.org/936020 Closes: https://bugs.gentoo.org/936267 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild b/media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild index 1cc51ae15ab6..e45f84fe9aed 100644 --- a/media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild +++ b/media-libs/libsdl2/libsdl2-2.28.5-r1.ebuild @@ -179,6 +179,7 @@ multilib_src_configure() { $(use_enable sound dummyaudio) $(use_enable wayland video-wayland) --disable-wayland-shared + --disable-libdecor $(use_enable video_cards_vc4 video-rpi) $(use_enable X video-x11) --disable-x11-shared