qi: add build instructions for the bootloader
[qi-bootmenu-system.git] / sources / sections / embryo.sh
blob96c600edc3980ffe9ddada2f7388c580e3c8f6a7
1 setupfor embryo
3 [ ! -e ./configure ] && NOCONFIGURE=y ./autogen.sh
5 ./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \
6 --disable-doc &&
7 make &&
8 make DESTDIR="$STAGING_DIR" install || dienow
10 cp -P $STAGING_DIR/usr/lib/libembryo*.so* $ROOT_DIR/usr/lib || dienow
12 pkgconfig_fixup_prefix embryo
13 libtool_fixup_libdir embryo
15 cleanup embryo