summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2020-11-16 14:45:53 +0000
committerJan Rybar <jrybar@redhat.com>2020-11-16 14:45:53 +0000
commitd05a167743d34f943fabcb78118492e935d0ae99 (patch)
treeba658894cbde11edb3c6c38aa063555e278be62d
parentba36364037f0394d62eef763f66c1fb1d89727f4 (diff)
parente01aa47860d804c382fe9abb87251fee58f90dfb (diff)
downloadpolkit-d05a167743d34f943fabcb78118492e935d0ae99.tar.gz
Merge branch 'meson-prefix-usr' into 'master'
meson-installed polkit fails to run with default usr/lib prefix See merge request polkit/polkit!70
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c7b07ba..6997e7f 100644
--- a/meson.build
+++ b/meson.build
@@ -4,6 +4,7 @@ project(
license: 'LGPL2+',
default_options: [
'buildtype=debugoptimized',
+ 'prefix=/usr',
'cpp_std=c++17',
],
meson_version: '>= 0.50.0',