Install libpango1.0-dev for wxX11 build on Travis
Hopefully this is what explains pangoxft pkg-config check failure.
This commit is contained in:
parent
cc86204c98
commit
ea11be554c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue