Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 14 Nov 2022 21:45:59 UTC Commit: 4ed2f5c6076fb8fd4fde41ce66f4d824207714e4 https://github.com/geany/geany/commit/4ed2f5c6076fb8fd4fde41ce66f4d824207714...
Log Message: ----------- Fix gtk-mac-integration not being used when using meson
Modified Paths: -------------- meson.build
Modified: meson.build 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -852,7 +852,7 @@ libgeany = shared_library('geany', soversion: '0', c_args: geany_cflags + [ '-DG_LOG_DOMAIN="Geany"' ], include_directories: [iscintilla], - dependencies: [dep_tagmanager, dep_ctags, dep_scintilla] + deps + win_deps, + dependencies: [dep_tagmanager, dep_ctags, dep_scintilla, mac_integration] + deps + win_deps, install: true ) dep_libgeany = declare_dependency(
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).