mirror of https://github.com/BOINC/boinc.git
Fix linux vcpkg manager compilation
This commit is contained in:
parent
389564f4a0
commit
907b38c1f9
|
@ -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`"
|
||||
|
|
Loading…
Reference in New Issue