mirror of https://github.com/BOINC/boinc.git
Add webkit2gtk ld flags
This commit is contained in:
parent
c818ddecf4
commit
9039827a95
|
@ -84,7 +84,7 @@ WARNING: No ${uprf} libraries for wxWidgets are installed.
|
|||
;;
|
||||
esac
|
||||
GTK_CFLAGS="`pkg-config --cflags $gtkver`"
|
||||
GTK_LIBS="`pkg-config --libs $gtkver`"
|
||||
GTK_LIBS="`pkg-config --libs $gtkver webkit2gtk-4.0`"
|
||||
fi
|
||||
AC_SUBST([GTK_CFLAGS])
|
||||
AC_SUBST([GTK_LIBS])
|
||||
|
|
Loading…
Reference in New Issue