DEPENDS = "gnu-efi util-linux"
-inherit autotools pkgconfig
+inherit autotools pkgconfig manpages
inherit deploy
PV = "48+git${SRCPV}"
file://0001-console-Fix-C-syntax-errors-for-function-declaration.patch \
"
+PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native"
+
# Note: Add COMPATIBLE_HOST here is only because it depends on gnu-efi
# which has set the COMPATIBLE_HOST, the gummiboot itself may work on
# more hosts.
S = "${WORKDIR}/git"
-EXTRA_OECONF = "--disable-manpages --with-efi-includedir=${STAGING_INCDIR} \
+EXTRA_OECONF = "--with-efi-includedir=${STAGING_INCDIR} \
--with-efi-ldsdir=${STAGING_LIBDIR} \
--with-efi-libdir=${STAGING_LIBDIR}"