mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
app-tools: meson build was not installing gimp-debug-tool.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
gimp_debug_tool = executable('gimp-debug-tool',
|
||||
gimp_debug_tool = executable('gimp-debug-tool-' + gimp_app_version,
|
||||
'gimp-debug-tool.c',
|
||||
include_directories: rootInclude,
|
||||
dependencies: [
|
||||
@@ -12,4 +12,6 @@ gimp_debug_tool = executable('gimp-debug-tool',
|
||||
libapp,
|
||||
libappwidgets,
|
||||
],
|
||||
install: true,
|
||||
install_dir: get_option('libexecdir')
|
||||
)
|
||||
|
Reference in New Issue
Block a user