talkatu/talkatu

Add a minimum version to cmark

2021-03-14, Gary Kramlich
7dabf1ebead0
Parents b70fde47bd44
Children 2b3666447ef8
Add a minimum version to cmark

The pc file doesn't exist in versions earlier than this, but this should help
people who have version 0.26.0 of cmark to realize they need a newer version.

Testing Done:
Ran locally.

Reviewed at https://reviews.imfreedom.org/r/571/
  • +1 -1
    meson.build
  • --- a/meson.build Mon Jan 25 20:36:57 2021 -0600
    +++ b/meson.build Sun Mar 14 07:09:11 2021 -0500
    @@ -40,7 +40,7 @@
    GUMBO = dependency('gumbo', version : '>=0.10')
    -CMARK = dependency('libcmark')
    +CMARK = dependency('libcmark', version : '>=0.28.0')
    if get_option('help2man')
    HELP2MAN = find_program('help2man')