We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f8e14 commit 7789317Copy full SHA for 7789317
scriptmodules/emulators/yabasanshiro.sh
@@ -18,7 +18,7 @@ rp_module_section="exp"
18
rp_module_flags="!all rpi !videocore"
19
20
function depends_yabasanshiro() {
21
- local depends=(cmake pkg-config python-pip protobuf-compiler libprotobuf-dev libsecret-1-dev libssl-dev libsdl2-dev libboost-all-dev)
+ local depends=(cmake pkg-config protobuf-compiler libprotobuf-dev libsecret-1-dev libssl-dev libsdl2-dev libboost-all-dev)
22
getDepends "${depends[@]}"
23
}
24
0 commit comments