
- Adds bash-completion depedency. - New internal library (`libshew`) require absolute install path. - Some services (like the extension app) isn't wrapped correctly without patching. Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
11 lines
405 B
Diff
11 lines
405 B
Diff
--- a/subprojects/extensions-tool/meson.build
|
|
+++ a/subprojects/extensions-tool/meson.build
|
|
@@ -39,6 +39,6 @@ subdir('src')
|
|
|
|
if bash_completion.found()
|
|
install_data('completion/bash/gnome-extensions',
|
|
- install_dir: bash_completion.get_pkgconfig_variable('completionsdir')
|
|
+ install_dir: bash_completion.get_pkgconfig_variable('completionsdir', define_variable: ['prefix', prefix])
|
|
)
|
|
endif
|