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 76)
+++ Makefile	(revision 77)
@@ -734,12 +734,16 @@
 REQUIRES += X11/libs/imlib2/1.11.0-x86_32
 endif
 
-REQUIRES += X11/libs/libwpe/1.14.1
+
+#######
+####### WebKit:
+#######
+REQUIRES += X11/libs/wpebackend-fdo/1.14.2
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
-REQUIRES += X11/libs/libwpe/1.14.1-ppc32
+REQUIRES += X11/libs/wpebackend-fdo/1.14.2-ppc32
 endif
 ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
-REQUIRES += X11/libs/libwpe/1.14.1-x86_32
+REQUIRES += X11/libs/wpebackend-fdo/1.14.2-x86_32
 endif