[Github-comments] [geany/geany] Support gtk-mac-integration by meson build (PR #3194)

Thomas Martitz notifications at github.com
Mon May 9 12:58:59 UTC 2022


@kugel- commented on this pull request.



>  deps = []
 deps_for_pc = ''
 foreach dep : deps_in
 	deps += [dependency(dep[0], version: '>= ' + dep[1])]
 	deps_for_pc += ' ' + dep[0] + ' >= ' + dep[1]
 endforeach
 
+mac_integration_dep = ['gtk-mac-integration', '3.0.1']
+mac_integration = dependency(mac_integration_dep[0], version: '>= ' + mac_integration_dep[1],
+	required: get_option('mac-integration'))
+deps_for_pc += ' ' + mac_integration_dep[0] + ' >= ' + mac_integration_dep[1]

Does it really need to be in geany.pc? Are plugins concerned with this a lot?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3194#pullrequestreview-966087248
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3194/review/966087248 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220509/cb470168/attachment.htm>


More information about the Github-comments mailing list