blob: dbf482447835dd5ac3b26c1d028cc335d7a3ce85 [file] [log] [blame]
Brad Bishop6765d902020-01-15 12:31:41 -05001#!/bin/sh
2set -e
3if [ ! -d $MESON_BUILD_ROOT/sdbusplus ]; then
4 cp -r $MESON_SOURCE_ROOT/subprojects/sdbusplus $MESON_BUILD_ROOT
5 cd $MESON_BUILD_ROOT/sdbusplus
6 ./bootstrap.sh
7 ./configure --enable-transaction
8 make -j libsdbusplus.la
9fi