From ea11be554cfc135ecbacf5c36d9608cc915afaa0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 22 Apr 2020 17:56:45 +0200 Subject: [PATCH] Install libpango1.0-dev for wxX11 build on Travis Hopefully this is what explains pangoxft pkg-config check failure. --- 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 96286c6a32..0411254cfd 100755 --- a/build/tools/before_install.sh +++ b/build/tools/before_install.sh @@ -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