summaryrefslogtreecommitdiff
path: root/tool/patches/CoreAnimation.diff
blob: 1d664a016b6b6452cf507f7b488724012a21a56d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/QuartzCore/CoreAnimation.h b/QuartzCore/CoreAnimation.h
index 6f45332..6a0cf35 100644
--- a/QuartzCore/CoreAnimation.h
+++ b/QuartzCore/CoreAnimation.h
@@ -16,7 +16,9 @@
 #import <QuartzCore/CALayer.h>
 #import <QuartzCore/CAMediaTiming.h>
 #import <QuartzCore/CAMediaTimingFunction.h>
+#ifndef __arm__
 #import <QuartzCore/CAOpenGLLayer.h>
+#endif
 #import <QuartzCore/CARenderer.h>
 #import <QuartzCore/CAScrollLayer.h>
 #import <QuartzCore/CATextLayer.h>