From 3a46c7be2c13af94a54ec6018b5995732b0e779a Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 23 Sep 2021 23:07:00 +0100 Subject: 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 --- media-libs/libsdl2/libsdl2-2.0.16.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'media-libs/libsdl2') diff --git a/media-libs/libsdl2/libsdl2-2.0.16.ebuild b/media-libs/libsdl2/libsdl2-2.0.16.ebuild index 1b9c8bdf53b8..22f5c70e7e04 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 ) -- cgit v1.2.3-65-gdbad