[Github-comments] [geany/geany-plugins] Markdown: add support for webkit2gtk (#746)

Matthew Brush notifications at xxxxx
Mon May 21 21:55:55 UTC 2018


codebrainz commented on this pull request.



> @@ -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:

```sh
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 or view it on GitHub:
https://github.com/geany/geany-plugins/pull/746#discussion_r189725154
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180521/aafbfeed/attachment.html>


More information about the Github-comments mailing list