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: Makefile
===================================================================
--- Makefile	(revision 73)
+++ Makefile	(revision 74)
@@ -1409,7 +1409,15 @@
 
 REQUIRES += libs/qrencode/4.1.1
 
+REQUIRES += libs/woff2/1.0.2
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += libs/woff2/1.0.2-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += libs/woff2/1.0.2-x86_32
+endif
 
+
 #######
 ####### Database Servers:
 #######