Skip to content

Commit

Permalink
buildtypes/meson: Preset sysconfdir und localstatedir
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Feb 8, 2018
1 parent f1a2cb8 commit 0f7a31c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildtypes/meson.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ BEE_BUILDTYPE_MESON_SOURCEDIR=${BEE_BUILDTYPE_MESON_MESONBUILD%/*}
bee_configure() {
start_cmd meson \
--prefix ${PREFIX} \
--sysconfdir=${SYSCONFDIR} \
--localstatedir=${LOCALSTATEDIR} \
--buildtype=plain \
"${@}" \
${S}
Expand Down

0 comments on commit 0f7a31c

Please sign in to comment.