From 76ac2d8e76b264db33827c91cfb49f5b088db66d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 22 Apr 2020 17:12:03 +0200 Subject: [PATCH] Install Qt OpenGL support when building wxQt on Travis Somehow this wasn't necessary on the old Ubuntu version, but is needed under Bionic. Ideally configure shouldn't refuse to build everything if just Qt5OpenGL is not found, and just disable OpenGL support, but this enhancement can be done later. --- build/tools/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/before_install.sh b/build/tools/before_install.sh index 129cee2d9e..b640026b75 100755 --- a/build/tools/before_install.sh +++ b/build/tools/before_install.sh @@ -18,7 +18,7 @@ case $(uname -s) in case "$wxCONFIGURE_FLAGS" in *--with-directfb*) libtoolkit_dev='libdirectfb-dev' ;; *--with-motif*) libtoolkit_dev='libmotif-dev libxmu-dev' ;; - *--with-qt*) libtoolkit_dev='qtdeclarative5-dev' ;; + *--with-qt*) libtoolkit_dev='qtdeclarative5-dev libqt5opengl5-dev';; esac pgk_check="libgstreamermm-1.0-dev libgstreamermm-0.10-dev \