[devhelp] Revert "build: bump WebKitGTK+ dependency to stable version"



commit f89709d9b0ea09b0d8015ec1d136f022ffe71792
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Mar 24 11:53:22 2018 +0100

    Revert "build: bump WebKitGTK+ dependency to stable version"
    
    This reverts commit fde8ce18b892e8218d7773724d410a4ef301fa7d.
    
    I bumped the version because I prefer to specify stable versions. But it
    was probably too early, I've got one complain for gnome-builder on
    aarch64/arm because it rarely is up to date that quick with webkit on
    that architecture.
    
    2.19.2 is required for webkit_settings_font_size_to_pixels() (at least).

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 606fc44..1eaf23e 100644
--- a/meson.build
+++ b/meson.build
@@ -34,7 +34,7 @@ LIBDEVHELP_LT_VERSION='@0@.@1@.@2@'.format(lt_current, lt_revision, lt_age)
 libdevhelp_deps_array = [
         ['gio-2.0', '>= 2.40'],
         ['gtk+-3.0', '>= 3.22'],
-        ['webkit2gtk-4.0', '>= 2.20']
+        ['webkit2gtk-4.0', '>= 2.19.2']
 ]
 
 LIBDEVHELP_DEPS_STR = []


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]