Fix missing build dependency for newest Looper

This commit is contained in:
Zachary Hall 2024-12-11 13:01:14 -08:00
parent 88f6428bd5
commit 281aeaf810

View file

@ -99,7 +99,7 @@ RESTRICT="network-sandbox"
# Build-time dependencies that need to be binary compatible with the system
# being built (CHOST). These include libraries that we link against.
# 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
# only need to be present in the native build system (CBUILD). Example: