diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-09-23 23:07:00 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-09-23 23:07:00 +0100 |
commit | 3a46c7be2c13af94a54ec6018b5995732b0e779a (patch) | |
tree | 671a49216a775230522bb04874786c8da304a2a2 /media-libs | |
parent | go-modules.eclass: allow the module cache to be read/write (diff) | |
download | gentoo-3a46c7be2c13af94a54ec6018b5995732b0e779a.tar.gz gentoo-3a46c7be2c13af94a54ec6018b5995732b0e779a.tar.bz2 gentoo-3a46c7be2c13af94a54ec6018b5995732b0e779a.zip |
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 <chewi@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.16.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |