aboutsummaryrefslogtreecommitdiff
path: root/code/egl/GenerateQGL.pl
diff options
context:
space:
mode:
Diffstat (limited to 'code/egl/GenerateQGL.pl')
-rwxr-xr-xcode/egl/GenerateQGL.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/egl/GenerateQGL.pl b/code/egl/GenerateQGL.pl
index 6c1372b..f60e495 100755
--- a/code/egl/GenerateQGL.pl
+++ b/code/egl/GenerateQGL.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
open(INPUT_FILE, ">/tmp/input-$$.h") || die "$!";
-print INPUT_FILE "#import <GLES/gl.h>\n";
+print INPUT_FILE "#import <GLES2/gl2.h>\n";
close INPUT_FILE;
open(CPP, "/usr/bin/cpp /tmp/input-$$.h|") || die "$!";