|
|
|
@ -54,7 +54,7 @@ pkg_setup() {
|
|
|
|
|
|
|
|
|
|
if ! { linux_config_exists && linux_chkconfig_present INPUT_UINPUT; }; then
|
|
|
|
|
ewarn "If you want to use Steam Input's virtual controller"
|
|
|
|
|
eawen "implementation, please make sure CONFIG_INPUT_UINPUT"
|
|
|
|
|
ewarn "implementation, please make sure CONFIG_INPUT_UINPUT"
|
|
|
|
|
ewarn "is enabled in your kernel config."
|
|
|
|
|
|
|
|
|
|
# Device Drivers
|
|
|
|
@ -69,7 +69,8 @@ path_entries() {
|
|
|
|
|
shift
|
|
|
|
|
|
|
|
|
|
while true; do
|
|
|
|
|
echo -n ${EPREFIX}/usr/$(get_libdir)/${1}$(${multilib} && use amd64 && echo :${EPREFIX}/usr/$(ABI=x86 get_libdir)/${1})
|
|
|
|
|
echo -n ${EPREFIX}/usr/$(get_libdir)/${1}$(${multilib} \
|
|
|
|
|
&& use amd64 && echo :${EPREFIX}/usr/$(ABI=x86 get_libdir)/${1})
|
|
|
|
|
shift
|
|
|
|
|
|
|
|
|
|
if [[ -n ${1} ]]; then
|
|
|
|
|