https://bugs.webkit.org/show_bug.cgi?id=119272
Patch by Ragner Magalhaes <ranger.n@samsung.com> on 2013-08-12
Reviewed by Alexandru Chiculita.
CSS_SHADERS requires WEBGL enabled.
Add error message to dependency failure.
* wtf/FeatureDefines.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@153951
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-08-12 Ragner Magalhaes <ranger.n@samsung.com>
+
+ Broken build with build-webkit --no-webgl
+ https://bugs.webkit.org/show_bug.cgi?id=119272
+
+ Reviewed by Alexandru Chiculita.
+
+ CSS_SHADERS requires WEBGL enabled.
+ Add error message to dependency failure.
+
+ * wtf/FeatureDefines.h:
+
2013-08-12 Joseph Pecoraro <pecoraro@apple.com>
[iOS] isMainThread implementation with USE(WEB_THREAD)
#error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)"
#endif
+#if ENABLE(CSS_SHADERS) && !ENABLE(WEBGL)
+#error "ENABLE(CSS_SHADERS) requires ENABLE(WEBGL)"
+#endif
+
#endif /* WTF_FeatureDefines_h */