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 87)
+++ Makefile	(revision 88)
@@ -14,7 +14,8 @@
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/webkitgtk-2.40.1-bwrap-cross.patch
+patches     = $(CURDIR)/patches/webkitgtk-2.40.1-arm-neon.patch
+patches    += $(CURDIR)/patches/webkitgtk-2.40.1-bwrap-cross.patch
 patches    += $(CURDIR)/patches/webkitgtk-2.40.1-source-brush.patch
 
 .NOTPARALLEL: $(patches)
@@ -50,6 +51,7 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
+	 ( cd create-2.40.1-arm-neon-patch     ; ./create.patch.sh ) ; \
 	 ( cd create-2.40.1-bwrap-cross-patch  ; ./create.patch.sh ) ; \
 	 ( cd create-2.40.1-source-brush-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"