diff --git a/linux/ci_configure_manager.sh b/linux/ci_configure_manager.sh index 216af8bd42..2801a5b048 100755 --- a/linux/ci_configure_manager.sh +++ b/linux/ci_configure_manager.sh @@ -14,5 +14,5 @@ export VCPKG_DIR="$VCPKG_ROOT/installed/x64-linux" linux/update_vcpkg_manager.sh export _libcurl_pc="$VCPKG_DIR/lib/pkgconfig/libcurl.pc" - -./configure --enable-vcpkg --disable-server --disable-client --with-wx-config=$VCPKG_DIR/tools/wxwidgets/wx-config CPPFLAGS=-DwxDEBUG_LEVEL=0 GTK_LIBS="`pkg-config --libs gtk+-3.0 webkit2gtk-4.0 x11 xft xext xi xrender xcursor xfixes xrandr xcomposite xdamage dbus-1` -lresolv" +export PKG_CONFIG_PATH=$VCPKG_DIR/lib/pkgconfig/ +./configure --enable-vcpkg --disable-server --disable-client --with-wx-config=$VCPKG_DIR/tools/wxwidgets/wx-config CPPFLAGS=-DwxDEBUG_LEVEL=0 GTK_LIBS="`pkg-config --libs gtk+-3.0`"