@codebrainz commented on this pull request.


In build/markdown.m4:

> @@ -49,13 +49,13 @@ AC_DEFUN([GP_CHECK_MARKDOWN],
     GTK_VERSION=2.16
     WEBKIT_VERSION=1.1.13
 
-    GP_CHECK_GTK3([webkit_package=webkitgtk-3.0],
+    GP_CHECK_GTK3([webkit_package=webkit2gtk-4.0],

Not tested, but I mean like this:

GP_CHECK_GTK3([webkit_package=webkit-3.0], [
  GP_CHECK_GTK3([webkit_package=webkit2gtk-4.0], [
    webkit_package=webkit-1.0
  ]
])
...
AM_CONDITIONAL([MARKDOWN_WEBKIT2], [test "x$webkit_package" = "xwebkit2gtk-4.0"])
...

@b4n @sardemff7 @dmaphy @evgeni @hyperair care to comment?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.