Install libpango1.0-dev for wxX11 build on Travis
Hopefully this is what explains pangoxft pkg-config check failure.
This commit is contained in:
@@ -15,7 +15,7 @@ case $(uname -s) in
|
||||
*--with-directfb*) libtoolkit_dev='libdirectfb-dev' ;;
|
||||
*--with-motif*) libtoolkit_dev='libmotif-dev libxmu-dev' ;;
|
||||
*--with-qt*) libtoolkit_dev='qtdeclarative5-dev libqt5opengl5-dev';;
|
||||
*--with-x11*) ;;
|
||||
*--with-x11*) extra_deps='libpango1.0-dev' ;;
|
||||
*)
|
||||
case "$wxGTK_VERSION" in
|
||||
3) libtoolkit_dev=libgtk-3-dev
|
||||
|
Reference in New Issue
Block a user