Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 67)
+++ Makefile	(revision 68)
@@ -83,7 +83,9 @@
 
 cross_file         = $(TARGET_BUILD_DIR)/$(TARGET)-cross
 
+vala-api-file      = $(CURDIR)/vala-api/libsoup-3.0.vapi
 
+
 ####### Targets
 
 PKG_GROUP = libs
@@ -260,6 +262,9 @@
 
 $(install_target): $(build_target)
 	@cd $(build_dir) && $(env_sysroot) ninja install
+	# ======= Install Vala API file =======
+	@mkdir -p $(LIBSOUP_PKG)/usr/share/vala/vapi
+	@cp -a $(vala-api-file) $(LIBSOUP_PKG)/usr/share/vala/vapi/
 	# ======= Install Documentation =======
 	@if [ -d $(LIBSOUP_PKG)/usr/share/man ]; then \
 	  ( cd $(LIBSOUP_PKG)/usr/share/man ; \