Fix looper build
This commit is contained in:
parent
7e8d2d6984
commit
3c150f0a85
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ HOMEPAGE="https://complecwaft.com/catmeow/neko-player/"
|
|||
# Point to any required sources; these will be automatically downloaded by
|
||||
# Portage.
|
||||
EGIT_REPO_URI="https://complecwaft.com/catmeow/neko-player.git"
|
||||
EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp subprojects/soundtouch)
|
||||
EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp subprojects/soundtouch backends/protobuf-c)
|
||||
# Source directory; the dir where the sources can be found (automatically
|
||||
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
|
||||
# If you don't need to change it, leave the S= line out of the ebuild
|
||||
|
|
Loading…
Reference in a new issue