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: X11/Makefile
===================================================================
--- X11/Makefile	(revision 191)
+++ X11/Makefile	(revision 192)
@@ -861,7 +861,15 @@
 REQUIRES += X11/app/thunderbird/115.3.1
 REQUIRES += X11/app/libreoffice/7.6.2.1
 
+ifeq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_JZ47XX_GLIBC)   $(TOOLCHAIN_P5600_GLIBC)    \
+                            $(TOOLCHAIN_POWER8_GLIBC)   $(TOOLCHAIN_POWER9_GLIBC)   \
+                            $(TOOLCHAIN_POWER8LE_GLIBC) $(TOOLCHAIN_POWER9LE_GLIBC) \
+                            $(TOOLCHAIN_RISCV64_GLIBC)                              \
+                            $(TOOLCHAIN_I586_GLIBC)     $(TOOLCHAIN_I686_GLIBC)),)
+REQUIRES += X11/app/chromium/119.0.6026.1
+endif
 
+
 #######
 ####### Desktop development (IDE):
 #######