Brad Bishop | 6765d90 | 2020-01-15 12:31:41 -0500 | [diff] [blame] | 1 | #!/bin/sh |
2 | set -e | ||||
3 | if [ ! -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 | ||||
9 | fi |