<p></p>
<p><b>@kugel-</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/3194#discussion_r867984384">meson.build</a>:</p>
<pre style='color:#555'>>  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]
</pre>
<p dir="auto">Does it really need to be in geany.pc? Are plugins concerned with this a lot?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/3194#pullrequestreview-966087248">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ3GZV26OZLS65DAJT3VJEDZHANCNFSM5VGPSQQA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ7LEE6YNLXQISJAJVDVJEDZHA5CNFSM5VGPSQQKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOHGKVEUA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/pull/3194/review/966087248</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/3194#pullrequestreview-966087248",
"url": "https://github.com/geany/geany/pull/3194#pullrequestreview-966087248",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>