mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 06:56:19 +00:00
4d743d3c68
* Switch: Bootloader: Fix boot.scr issues, fix issue in updater, and bump package version * Joycond: Switch: Update * L4T: Switch: Retroarch: Add patch to fix single joycon detection This patch is included in upstream PR #15818 * Lakka: Wii-u-gc-adapter: Enable service when building image * L4T: Switch: Add wii-u-gc-adapter to build * L4T: Switch: retroarch add canary support to updater * Lakka: Retroarch: Add Canary path support for updater * Retroarch: Switch: Add patch for canary builds * L4T: BusyBox: Fix Password Generation * Busybox: Make DISTRO user password creation match switch busybox package * L4T: tegra-bsp: Update 10-monitor.conf to fix vsync/tearing issues
17 lines
494 B
Makefile
17 lines
494 B
Makefile
PKG_NAME="wii-u-gc-adapter"
|
|
PKG_VERSION="64d7ddc"
|
|
PKG_LICENSE="Non-commercial"
|
|
PKG_SITE="https://github.com/ToadKing/wii-u-gc-adapter"
|
|
PKG_URL="https://github.com/ToadKing/wii-u-gc-adapter/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libusb systemd"
|
|
PKG_LONGDESC="Tool for using the Wii U GameCube Adapter on Linux"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/bin
|
|
cp wii-u-gc-adapter ${INSTALL}/usr/bin/
|
|
}
|
|
|
|
post_install() {
|
|
enable_service wii-u-gc-adapter.service
|
|
}
|