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

383 Commits   1 Branch   1 Tag
Index: radix-1.9/products/X11/Makefile
===================================================================
--- radix-1.9/products/X11/Makefile	(revision 85)
+++ radix-1.9/products/X11/Makefile	(revision 86)
@@ -770,7 +770,16 @@
 REQUIRES += X11/libs/libmanette/0.2.6-x86_32
 endif
 
+REQUIRES += X11/libs/libportal/0.6
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += X11/libs/libportal/0.6-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += X11/libs/libportal/0.6-x86_32
+endif
 
+REQUIRES += X11/libs/webkitgtk/2.40.1
+
 REQUIRES += X11/libs/gsettings-desktop-schemas/44.0
 
 REQUIRES += X11/app/openbox/3.6.1