Skip to content

Instantly share code, notes, and snippets.

@nunogmartins
Created July 9, 2014 16:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save nunogmartins/3c47c9afb1e7190c66a4 to your computer and use it in GitHub Desktop.
Possible fix for not compiling ANGLE on linux
diff --git a/WebKit.pro b/WebKit.pro
index 876d554..34c8a06 100644
--- a/WebKit.pro
+++ b/WebKit.pro
@@ -19,9 +19,9 @@ JavaScriptCore.makefile = Makefile.JavaScriptCore
SUBDIRS += JavaScriptCore
use?(3D_GRAPHICS) {
- ANGLE.file = Source/ThirdParty/ANGLE/ANGLE.pro
- ANGLE.makefile = Makefile.ANGLE
- SUBDIRS += ANGLE
+# ANGLE.file = Source/ThirdParty/ANGLE/ANGLE.pro
+# ANGLE.makefile = Makefile.ANGLE
+# SUBDIRS += ANGLE
}
WebCore.file = Source/WebCore/WebCore.pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment