|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBLUA PATCH v2 3/6] Add dependencies to Config.uk
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
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |