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 75)
+++ X11/Makefile	(revision 76)
@@ -662,6 +662,7 @@
 REQUIRES += X11/media/v4l-utils/1.24.1-x86_32
 endif
 
+
 #######
 ####### Vulkan SDK:
 #######
@@ -733,6 +734,15 @@
 REQUIRES += X11/libs/imlib2/1.11.0-x86_32
 endif
 
+REQUIRES += X11/libs/libwpe/1.14.1
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += X11/libs/libwpe/1.14.1-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += X11/libs/libwpe/1.14.1-x86_32
+endif
+
+
 REQUIRES += X11/libs/gsettings-desktop-schemas/44.0
 
 REQUIRES += X11/app/openbox/3.6.1