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.
This commit is contained in:
parent
9a53b3b66a
commit
76ac2d8e76
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue