File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
scriptmodules/supplementary Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
rp_module_id=" xboxdrv"
13
13
rp_module_desc=" Xbox / Xbox 360 gamepad driver"
14
14
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"
16
16
rp_module_section=" driver"
17
17
18
18
function def_controllers_xboxdrv() {
@@ -24,15 +24,15 @@ function def_deadzone_xboxdrv() {
24
24
}
25
25
26
26
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
28
28
}
29
29
30
30
function sources_xboxdrv() {
31
31
gitPullOrClone
32
32
}
33
33
34
34
function build_xboxdrv() {
35
- scons
35
+ python3 /usr/bin/ scons
36
36
}
37
37
38
38
function install_xboxdrv() {
You can’t perform that action at this time.
0 commit comments