Skip to content

Commit 2196fa2

Browse files
authored
Merge pull request #3613 from cmitu/xboxdrv-update
xboxdrv: upgrade the build process to python3
2 parents 2830334 + 32565df commit 2196fa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/supplementary/xboxdrv.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rp_module_id="xboxdrv"
1313
rp_module_desc="Xbox / Xbox 360 gamepad driver"
1414
rp_module_licence="GPL3 https://raw.githubusercontent.com/zerojay/xboxdrv/stable/COPYING"
15-
rp_module_repo="git https://github.com/zerojay/xboxdrv.git stable"
15+
rp_module_repo="git https://github.com/retropie/xboxdrv.git retropie-stable"
1616
rp_module_section="driver"
1717

1818
function def_controllers_xboxdrv() {
@@ -24,15 +24,15 @@ function def_deadzone_xboxdrv() {
2424
}
2525

2626
function depends_xboxdrv() {
27-
getDepends libboost-dev libusb-1.0-0-dev libudev-dev libx11-dev scons pkg-config x11proto-core-dev libdbus-glib-1-dev
27+
getDepends libboost-dev libusb-1.0-0-dev libudev-dev libx11-dev scons pkg-config python3 x11proto-core-dev libdbus-glib-1-dev
2828
}
2929

3030
function sources_xboxdrv() {
3131
gitPullOrClone
3232
}
3333

3434
function build_xboxdrv() {
35-
scons
35+
python3 /usr/bin/scons
3636
}
3737

3838
function install_xboxdrv() {

0 commit comments

Comments
 (0)