[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBLUA PATCH v2 3/6] Add dependencies to Config.uk
Thanks for the patch, Felipe! Reviewed-by: Roxana Nicolescu <nicolescu.roxana1996@xxxxxxxxx> On 16.10.2019 12:44, Felipe Huici wrote: Select newlib, uktime and ukunistd as hard dependencies. Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx> --- Config.uk | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Config.uk b/Config.uk index 343a214..b8beab2 100644 --- a/Config.uk +++ b/Config.uk @@ -1,4 +1,12 @@ -config LIBLUA +menuconfig LIBLUA bool "The Lua programming language" default n - depends on HAVE_LIBC + select LIBNEWLIBC + select LIBUKTIME + select UKUNISTD + +if LIBLUA + config LIBLUA_MAIN_FUNCTION + bool "Provide main function" + default y +endif _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |