app-tools: fix the meson file.

As always, separate commit for easy cherry-pick on gimp-2-10.
This commit is contained in:
Jehan 2020-02-14 00:03:32 +01:00
parent 87e9ebcfad
commit ded382f8b7
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ gimp_debug_tool = executable('gimp-debug-tool-' + gimp_app_version,
link_with: [
libapp,
libappwidgets,
libgimpbase,
],
install: true,
install_dir: get_option('libexecdir')