Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/
Date: Thu, 23 Sep 2021 22:07:22
Message-Id: 1632434820.3a46c7be2c13af94a54ec6018b5995732b0e779a.chewi@gentoo
1 commit: 3a46c7be2c13af94a54ec6018b5995732b0e779a
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 22:07:00 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 22:07:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a46c7be
7
8 media-libs/libsdl2: Require USE=joystick when USE=haptic
9
10 Otherwise you get an undefined reference.
11
12 Bug: https://bugs.gentoo.org/814332
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 media-libs/libsdl2/libsdl2-2.0.16.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/media-libs/libsdl2/libsdl2-2.0.16.ebuild b/media-libs/libsdl2/libsdl2-2.0.16.ebuild
19 index 1b9c8bdf53b..22f5c70e7e0 100644
20 --- a/media-libs/libsdl2/libsdl2-2.0.16.ebuild
21 +++ b/media-libs/libsdl2/libsdl2-2.0.16.ebuild
22 @@ -20,6 +20,7 @@ REQUIRED_USE="
23 fcitx4? ( dbus )
24 gles1? ( video )
25 gles2? ( video )
26 + haptic? ( joystick )
27 ibus? ( dbus )
28 jack? ( sound )
29 nas? ( sound )