mirror of https://github.com/BOINC/boinc.git
Merge pull request #4764 from talregev/TalR/add_webkit2gtk_lib_ld_flag
[bugfix] Add webkit2gtk ld flags
This commit is contained in:
commit
82e8eb98a6
|
@ -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