From 907b38c1f946f1ebf549db5f621ea690b1ea8108 Mon Sep 17 00:00:00 2001 From: Tal Regev Date: Sun, 15 Jan 2023 01:09:20 +0200 Subject: [PATCH] Fix linux vcpkg manager compilation --- linux/ci_configure_manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`"