This PR adds GTK3 support to the scope plugin, but still keeps GTK2 support (in contrast to PR #697).
Some compatibility code (macros) were put in the common utils lib so that other plugins can use it on porting to GTK3. So this PR includes changes on scope AND utils.
@frlan: don't merge this - it's work in progress.
But this is NOT working yet. I need help with the build system:
How can I make scope do the following:
If build against GTK2 use libvte0.17 or newer, e.g. like this:
GP_CHECK_PLUGIN_DEPS([scope], [VTE],
[vte >= 0.17])
If build against GTK3 use libvte2.91 or newer, e.g. like this:
GP_CHECK_PLUGIN_DEPS([scope], [VTE],
[vte-2.91])
Thanks for any help in advance.
https://github.com/geany/geany-plugins/pull/750
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.