2020-04-24 23:36:52 +00:00
|
|
|
--- a/subprojects/shew/src/meson.build
|
|
|
|
+++ b/subprojects/shew/src/meson.build
|
|
|
|
@@ -13,7 +13,7 @@ shew_sources = [
|
|
|
|
libshew = library(full_name,
|
|
|
|
sources: shew_sources,
|
2021-05-20 23:08:51 +00:00
|
|
|
dependencies: [gtk_dep, x11_dep],
|
2020-04-24 23:36:52 +00:00
|
|
|
- install_dir: pkglibdir,
|
|
|
|
+ install_dir: get_option('prefix') / pkglibdir,
|
|
|
|
install: true,
|
|
|
|
)
|
|
|
|
|