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: base/Makefile
===================================================================
--- base/Makefile	(revision 78)
+++ base/Makefile	(revision 79)
@@ -1373,6 +1373,14 @@
 REQUIRES += libs/glibmm/2.76.0-x86_32
 endif
 
+REQUIRES += libs/json-glib/1.6.6
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += libs/json-glib/1.6.6-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += libs/json-glib/1.6.6-x86_32
+endif
+
 REQUIRES += libs/hunspell/1.7.2
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += libs/hunspell/1.7.2-ppc32