diff --git a/Makefile b/Makefile index 6fa15c161..ae81285d5 100644 --- a/Makefile +++ b/Makefile @@ -176,6 +176,7 @@ endif DEP_ICON_RC := y DEP_SOCKETS := y DEP_HTTP := y + DEP_CONSOLE := y endif include $(PATH_INTERNAL_C)/libqb/build.mk diff --git a/tests/compile_tests.sh b/tests/compile_tests.sh index 648729265..39ca705b3 100755 --- a/tests/compile_tests.sh +++ b/tests/compile_tests.sh @@ -141,6 +141,7 @@ do if [ "$CI_TESTING" == "y" ] && command -v pulseaudio > /dev/null then pulseaudio -k + sleep .5 pulseaudio -D fi else