ToshioCP / Gtk4-tutorial

GTK 4 tutorial for beginners
https://toshiocp.github.io/Gtk4-tutorial/
572 stars 50 forks source link

Meson: fix meson version requirement #51

Closed Narrat closed 8 months ago

Narrat commented 8 months ago

The extra whitespace caused the version check to fail: meson.build:1:64: ERROR: Meson version is 1.3.1 but project requires >=1.0.1


Hello, stumbled upon your repo on the search for a similar replacement to leafpad/l3afpad, but using the most recent gtk. Thank you for your work on putting the information together on how to achieve this oneself without getting lost in the daunting doc of GUI programming. One thing I noticed when checking the source (or should I say: Checking the last page of the book, before starting at the beginning :D) should be fixed with this PR.

ToshioCP commented 8 months ago

Thank you, Narrat. I am sorry to reply you late because I was sick. Now your PR has been merged.