Fix missing build dependency for newest Looper
This commit is contained in:
parent
88f6428bd5
commit
281aeaf810
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ RESTRICT="network-sandbox"
|
||||||
# Build-time dependencies that need to be binary compatible with the system
|
# Build-time dependencies that need to be binary compatible with the system
|
||||||
# being built (CHOST). These include libraries that we link against.
|
# being built (CHOST). These include libraries that we link against.
|
||||||
# The below is valid if the same run-time depends are required to compile.
|
# The below is valid if the same run-time depends are required to compile.
|
||||||
DEPEND="media-libs/libsdl2 media-libs/sdl2-image dev-libs/jsoncpp media-sound/fluidsynth media-sound/mpg123 media-libs/libogg media-libs/opus media-libs/flac media-sound/wavpack media-libs/libmodplug dev-cpp/sdbus-c++ dev-libs/libfmt dev-libs/protobuf qt? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets ) "
|
DEPEND="media-libs/libsdl2 media-libs/sdl2-image dev-libs/jsoncpp media-sound/fluidsynth media-sound/mpg123 media-libs/libogg media-libs/opus media-libs/flac media-sound/wavpack media-libs/libmodplug dev-cpp/sdbus-c++ dev-libs/libfmt dev-libs/protobuf qt? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets ) dev-libs/uriparser"
|
||||||
|
|
||||||
# Build-time dependencies that are executed during the emerge process, and
|
# Build-time dependencies that are executed during the emerge process, and
|
||||||
# only need to be present in the native build system (CBUILD). Example:
|
# only need to be present in the native build system (CBUILD). Example:
|
||||||
|
|
Loading…
Reference in a new issue