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

Chow Loong Jin notifications at xxxxx
Fri May 25 11:11:48 UTC 2018


hyperair commented on this pull request.



> @@ -35,4 +35,8 @@ markdown_la_CFLAGS += $(LIBMARKDOWN_CFLAGS)
 markdown_la_LIBADD += $(LIBMARKDOWN_LIBS)
 endif
 
+if MARKDOWN_WEBKIT2
+markdown_la_CFLAGS += -DMARKDOWN_WEBKIT2

`AC_DEFINE` affects everything, so plugins that don't care about this variable will get it too. I originally wanted to just have a `WEBKIT2` macro defined only for `markdown` based on the `MARKDOWN_WEBKIT2` conditional, but @codebrainz changed that.

-- 
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_r190862850
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180525/87880d30/attachment.html>


More information about the Github-comments mailing list