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 C2865158012 for ; Thu, 23 Sep 2021 22:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0660CE08EC; Thu, 23 Sep 2021 22:07:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE9D7E08EC for ; Thu, 23 Sep 2021 22:07:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BAF0342CA6 for ; Thu, 23 Sep 2021 22:07:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 896C4D0 for ; Thu, 23 Sep 2021 22:07:18 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1632434820.3a46c7be2c13af94a54ec6018b5995732b0e779a.chewi@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.0.16.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 3a46c7be2c13af94a54ec6018b5995732b0e779a X-VCS-Branch: master Date: Thu, 23 Sep 2021 22:07:18 +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: f0c5ffcf-7139-460a-8af9-ce540adafa24 X-Archives-Hash: fd1fb7a219f1c17238cb19c48d140096 commit: 3a46c7be2c13af94a54ec6018b5995732b0e779a Author: James Le Cuirot gentoo org> AuthorDate: Thu Sep 23 22:07:00 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Sep 23 22:07:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a46c7be media-libs/libsdl2: Require USE=joystick when USE=haptic Otherwise you get an undefined reference. Bug: https://bugs.gentoo.org/814332 Signed-off-by: James Le Cuirot gentoo.org> media-libs/libsdl2/libsdl2-2.0.16.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libsdl2/libsdl2-2.0.16.ebuild b/media-libs/libsdl2/libsdl2-2.0.16.ebuild index 1b9c8bdf53b..22f5c70e7e0 100644 --- a/media-libs/libsdl2/libsdl2-2.0.16.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.16.ebuild @@ -20,6 +20,7 @@ REQUIRED_USE=" fcitx4? ( dbus ) gles1? ( video ) gles2? ( video ) + haptic? ( joystick ) ibus? ( dbus ) jack? ( sound ) nas? ( sound )