Skip to content
Snippets Groups Projects
Commit f2e30381 authored by Natanael Copa's avatar Natanael Copa
Browse files

community/accountsservice: force libdir

meson will apparently set libdir to $prefix/lib64 if that directory
exists and is not a symlink. We always want $prefix/lib.

https://github.com/mesonbuild/meson/issues/2557
parent c9c95c14
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ source="https://www.freedesktop.org/software/accountsservice/accountsservice-$pk ...@@ -25,6 +25,7 @@ source="https://www.freedesktop.org/software/accountsservice/accountsservice-$pk
build() { build() {
meson \ meson \
--prefix=/usr \ --prefix=/usr \
-Dlibdir=lib \
-Dsystemdsystemunitdir=no \ -Dsystemdsystemunitdir=no \
-Dsystemd=false \ -Dsystemd=false \
-Delogind=true \ -Delogind=true \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment