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 83)
+++ X11/Makefile	(revision 84)
@@ -762,7 +762,15 @@
 REQUIRES += X11/libs/geoclue/2.7.0-x86_32
 endif
 
+REQUIRES += X11/libs/libmanette/0.2.6
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += X11/libs/libmanette/0.2.6-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += X11/libs/libmanette/0.2.6-x86_32
+endif
 
+
 REQUIRES += X11/libs/gsettings-desktop-schemas/44.0
 
 REQUIRES += X11/app/openbox/3.6.1