Index: Makefile
===================================================================
--- Makefile (revision 140)
+++ Makefile (revision 141)
@@ -15,6 +15,7 @@
sha1s = $(addsuffix .sha1sum, $(tarballs))
patches = $(CURDIR)/patches/glade-3.40.0-cross-gtls.patch
+patches += $(CURDIR)/patches/glade-3.40.0-webkit2gtk.patch
.NOTPARALLEL: $(patches)
@@ -50,6 +51,7 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
( cd create-3.40.0-cross-gtls-patch ; ./create.patch.sh ) ; \
+ ( cd create-3.40.0-webkit2gtk-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: