Disable GUI parts build for PPC and S/390 Travis platforms

People are unlikely to use wxGTK on those anyhow, and it takes an
awfully long time to build, especially on PPC.
This commit is contained in:
Vadim Zeitlin
2020-04-22 18:26:02 +02:00
parent 30241e18ba
commit 7cfe4ee9f2
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ case $(uname -s) in
*--with-motif*) libtoolkit_dev='libmotif-dev libxmu-dev' ;;
*--with-qt*) libtoolkit_dev='qtdeclarative5-dev libqt5opengl5-dev';;
*--with-x11*) extra_deps='libpango1.0-dev' ;;
*--disable-gui*) ;;
*)
case "$wxGTK_VERSION" in
3) libtoolkit_dev=libgtk-3-dev