aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/webkit/files/Makefile')
-rw-r--r--meta/recipes-sato/webkit/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/files/Makefile b/meta/recipes-sato/webkit/files/Makefile
index 1e50d1d358..cdee9da7a6 100644
--- a/meta/recipes-sato/webkit/files/Makefile
+++ b/meta/recipes-sato/webkit/files/Makefile
@@ -1,4 +1,4 @@
-MODULES = JavaScriptCore JavaScriptGlue WebCore WebKit WebKit2 WebKitTools
+MODULES = JavaScriptCore JavaScriptGlue ANGLE WebCore WebKit WebKit2 WebKitTools
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \