Changes between Version 1 and Version 2 of WebKitGTK/Dependencies


Ignore:
Timestamp:
Mar 5, 2015 9:42:22 AM (9 years ago)
Author:
Michael Catanzaro
Comment:

Edit comment for glib, gnutls

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Dependencies

    v1 v2  
    66
    77|| '''Name''' || '''Description''' || '''Required''' || '''Minimum Version''' || '''Recommended Version''' || '''Comments''' ||
    8 || glib || Platform abstraction library || Yes || 2.33.2 || >= 2.42.0 || ||
     8|| glib || Platform abstraction library || Yes || 2.33.2 || >= 2.42.0 || TLS backend required, typically glib-networking. Recommend glib-networking >= 2.44. ||
    99|| cairo || 2D graphics rendering || Yes || 1.10.2 || >= 1.14.0 || ||
    1010|| fontconfig || Fonts access and configuration || Yes || 2.8.0 || - || ||
     
    2121|| libsoup || Networking library || Yes || 2.42.0 || >= 2.49.1.1 || ||
    2222|| sqlite || SQLite library || Yes || - || - || ||
    23 || gnutls || Secure communications library || No || 3.0.0 || - || Not required but strongly recommended ||
     23|| gnutls || Secure communications library || No || 3.0.0 || >= 3.3.x || Not required but strongly recommended. Indirectly required if you use glib-networking. ||
    2424|| gstreamer || Multimedia library || No || 1.0.3 || >= 1.2.0 || Required by default, use -DENABLE_VIDEO=OFF -DENABLE_WEB_AUDIO=OFF to build without GStreamer  ||
    2525|| LibX11 || X11 library || No || - || - || Required by default, use -DENABLE_X11_TARGET=OFF -DENABLE_WAYLAND_TARGET=ON ||