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 93)
+++ base/Makefile	(revision 94)
@@ -773,14 +773,22 @@
 REQUIRES += libs/dbus-glib/0.112-x86_32
 endif
 
-REQUIRES += libs/dbus-python/1.2.18
+REQUIRES += libs/dbus-python/1.3.2
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES += libs/dbus-python/1.2.18-ppc32
+REQUIRES += libs/dbus-python/1.3.2-ppc32
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
-REQUIRES += libs/dbus-python/1.2.18-x86_32
+REQUIRES += libs/dbus-python/1.3.2-x86_32
 endif
 
+REQUIRES += libs/gobject-introspection/1.76.1
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += libs/gobject-introspection/1.76.1-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += libs/gobject-introspection/1.76.1-x86_32
+endif
+
 REQUIRES += app/jbigkit/2.1
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += app/jbigkit/2.1-ppc32