| Summary: | games-arcade/frozen-bubble requires libsdl be built with joystick support. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Scott <s_aldinger> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | fturco |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Scott
2008-01-06 16:06:32 UTC
local use flags (searching: nojoystick)
************************************************************
[- ] nojoystick (media-libs/libsdl):
Allow users to disable joystick support completely (at their own risk)
# WARNING:
# if you have the noaudio, novideo, nojoystick, or custom-cflags use flags
# in USE and something breaks, you pick up the pieces. Be prepared for
# bug reports to be marked INVALID.
if use noaudio || use novideo || use nojoystick ; then
ewarn "Since you've chosen to turn off some of libsdl's functionality,"
ewarn "don't bother filing libsdl-related bugs until trying to remerge"
ewarn "libsdl without the no* flags in USE. You need to know what"
ewarn "you're doing to selectively turn off parts of libsdl."
epause 30
fi
|