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 90)
+++ Makefile	(revision 91)
@@ -493,14 +493,6 @@
 REQUIRES += X11/libs/aalib/1.4.0-x86_32
 endif
 
-REQUIRES += X11/app/cups/2.4.2
-ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES += X11/app/cups/2.4.2-ppc32
-endif
-ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
-REQUIRES += X11/app/cups/2.4.2-x86_32
-endif
-
 REQUIRES += X11/app/ghostscript-fonts-std/8.11
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
 REQUIRES += X11/app/ghostscript/10.0.0-ppc32
@@ -734,7 +726,15 @@
 REQUIRES += X11/libs/imlib2/1.11.0-x86_32
 endif
 
+REQUIRES += X11/app/cups-filters/1.28.16
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += X11/app/cups/2.4.2-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += X11/app/cups/2.4.2-x86_32
+endif
 
+
 #######
 ####### WebKit:
 #######