blob: dbf482447835dd5ac3b26c1d028cc335d7a3ce85 [file] [log] [blame]
#!/bin/sh
set -e
if [ ! -d $MESON_BUILD_ROOT/sdbusplus ]; then
cp -r $MESON_SOURCE_ROOT/subprojects/sdbusplus $MESON_BUILD_ROOT
cd $MESON_BUILD_ROOT/sdbusplus
./bootstrap.sh
./configure --enable-transaction
make -j libsdbusplus.la
fi