diff options
Diffstat (limited to 'cut-n-paste/toolbar-editor')
| -rw-r--r-- | cut-n-paste/toolbar-editor/meson.build | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cut-n-paste/toolbar-editor/meson.build b/cut-n-paste/toolbar-editor/meson.build index cb3f55cd..759b4daa 100644 --- a/cut-n-paste/toolbar-editor/meson.build +++ b/cut-n-paste/toolbar-editor/meson.build @@ -89,7 +89,7 @@ libtoolbareditor = static_library('toolbareditor',      '-DCURSOR_DIR="' + join_paths(get_option('prefix'), get_option('datadir'), meson.project_name()) + '"',    ],    include_directories: include_directories('.'), -  dependencies: shell_core_deps +  dependencies: [shell_core_deps, xml]  )  libtoolbareditor_dep = declare_dependency( | 
