Do not require pkg-config to emit spaces around elements in its `--print-requires` output.
This should fix Geany GTK version check on OpenBSD 6.4. --- @andy5995 could you check this and see if it helps? Once configured, you should get something like that (obviously with GTK2 version of it if you've got a GTK2 build): ```shell $ grep ^GP_GTK_ config.log GP_GTK_PACKAGE='gtk+-3.0' GP_GTK_VERSION='3.0' GP_GTK_VERSION_MAJOR='3' ``` You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/815 -- Commit Summary -- * Don't rely on a pkg-config output formatting detail -- File Changes -- M build/gtk.m4 (5) -- Patch Links -- https://github.com/geany/geany-plugins/pull/815.patch https://github.com/geany/geany-plugins/pull/815.diff -- 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/815
