xiota / geany-preview

Turns Geany into a markdown editor by providing a preview pane in the sidebar to show the formatting of several light-weight languages as they are edited. Supported document types include AsciiDoc, DocBook, Fountain, HTML, LaTeX, Markdown, MediaWiki, reStructuredText, Textile, and Txt2Tags.
GNU General Public License v3.0
12 stars 0 forks source link

Meson options file has a different name on versions less than 1.1 #52

Closed neoh4x0r closed 3 months ago

neoh4x0r commented 3 months ago

According to the meson documentation: https://mesonbuild.com/Build-options.html

For meson versions < 1.1 the options file is named meson_options.txt and not meson.options.

This causes custom options to not work as expected, and will report messages like:

meson.build:1:0: ERROR: Unknown options: "pdf_export"
meson.build:26:0: ERROR: Tried to access unknown option 'pdf_export'.