1 --- a/subprojects/shew/src/meson.build
2 +++ b/subprojects/shew/src/meson.build
3 @@ -13,7 +13,7 @@ shew_sources = [
4 libshew = library(full_name,
6 dependencies: [gtk_dep, x11_dep],
7 - install_dir: pkglibdir,
8 + install_dir: get_option('prefix') / pkglibdir,