Fix linux vcpkg manager compilation

This commit is contained in:
Tal Regev 2023-01-15 01:09:20 +02:00
parent 389564f4a0
commit 907b38c1f9
No known key found for this signature in database
GPG Key ID: A421558E0F87AC82
1 changed files with 2 additions and 2 deletions

View File

@ -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`"